Explorar el Código

fix __my_ps1_tmux

pull/1/head
10sr hace 12 años
padre
commit
0f5a89f0f6
Se han modificado 1 ficheros con 2 adiciones y 5 borrados
  1. +2
    -5
      bashrc

+ 2
- 5
bashrc Ver fichero

@@ -454,13 +454,10 @@ ip-address(){
test -n "$ip" && printf $1 $ip
}

TMUX_CURRENT=$(tmux display -p '#S:#I:#W.#P')
TMUX_CURRENT="$(__try_exec tmux display -p '#S:#I:#W.#P')"
__my_ps1_tmux(){
local last=$?
if test -n "$TMUX"
then
echo "[TMUX:$TMUX_CURRENT]"
fi
test -n "$TMUX" && echo "[TMUX:$TMUX_CURRENT]"
return $last
}
__my_ps1_moc(){


Cargando…
Cancelar
Guardar