Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
10sr
/
dotfiles-mirror
réplica de
https://github.com/10sr/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
update __my_ps1_tmux
pull/1/head
10sr
hace 12 años
padre
7f50031a77
commit
7aeaba75cc
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-1
bashrc
+ 2
- 1
bashrc
Ver fichero
@@ -454,11 +454,12 @@ ip-address(){
test -n "$ip" && printf $1 $ip
}
TMUX_CURRENT=$(tmux display -p '#S:#I:#W.#P')
__my_ps1_tmux(){
local last=$?
if test -n "$TMUX"
then
echo "[TMUX:$TMUX_
PANE
]"
echo "[TMUX:$TMUX_
CURRENT
]"
fi
return $last
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar