Explorar el Código

Drop some info from PS1

master
10sr hace 5 años
padre
commit
05e2f7963c
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      shrc

+ 2
- 2
shrc Ver fichero

@@ -1135,7 +1135,7 @@ fi


__my_ps1_info1(){ __my_ps1_info1(){
# first line of PS1 # first line of PS1
echo "${__my_ps1_sh}$(__my_ps1_scale)$(__my_ps1_git)$(__my_ps1_bttry)$(__my_ps1_moc)"
echo "${__my_ps1_sh}$(__my_ps1_scale)$(__my_ps1_git)"
} }


test -n "$__MY_SCRIPT" && \ test -n "$__MY_SCRIPT" && \
@@ -1145,7 +1145,7 @@ test -n "$SSH_CONNECTION" && \
__my_ps1_str_ssh="SSH" __my_ps1_str_ssh="SSH"


test -n "$__MY_DTACH" && \ test -n "$__MY_DTACH" && \
__my_ps1_str_dt="DT:`basename "$__MY_DTACH$"`"
__my_ps1_str_dt="DT:`basename "$__MY_DTACH"`"


__my_ps1_info2(){ __my_ps1_info2(){
# second line of PS1 # second line of PS1


Cargando…
Cancelar
Guardar