Explorar el Código

shrc: fix printing session name in dt

pull/1/head
10sr hace 10 años
padre
commit
69c3cd4252
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      shrc

+ 2
- 1
shrc Ver fichero

@@ -608,7 +608,8 @@ dt(){

if test -n "${__MY_DTACH}"
then
echo "Current session: ${__MY_DTACH}"
soc_name="`echo $__MY_DTACH | sed -e "s ^$__dtach_dir/ "`"
echo "Current session: ${soc_name}"
fi

if test -z "$1"


Cargando…
Cancelar
Guardar