Explorar el Código

show sh info in PS1

pull/1/head
10sr hace 11 años
padre
commit
7f06f78f73
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. +9
    -1
      shrc

+ 9
- 1
shrc Ver fichero

@@ -1160,8 +1160,16 @@ then
__my_cdef="$__color_default"
fi

if $inbash
then
__my_ps1_sh="[BASH:$BASH_VERSION]"
elif $inzsh
then
__my_ps1_sh="[ZSH:$ZSH_VERSION]"
fi

__my_ps1_info(){
echo "$(__my_ps1_scale)$(__my_ps1_git)$(__my_ps1_bttry)$(__my_ps1_ipaddr)$(__my_ps1_moc)"
echo "${__my_ps1_sh}$(__my_ps1_scale)$(__my_ps1_git)$(__my_ps1_bttry)$(__my_ps1_ipaddr)$(__my_ps1_moc)"
}

_ps1_bash="\


Cargando…
Cancelar
Guardar