Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
ObsidianBlk
/
MyBash
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
Properly backeted the 'clear line' escape sequence
tags/original
Bryan Miller
hace 6 años
padre
fc0450474b
commit
8a41af6d20
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
ps1.rc.sh
+ 1
- 1
ps1.rc.sh
Ver fichero
@@ -176,7 +176,7 @@ set_prompt() {
section_git_status $YELLOW $BG_LBLUE
section "\n" $DEFAULT $BG_GREY
section_separator
PS1+="> \033[K"
PS1+="> \
[\
033[K
\]
"
unset last_section_bg
else
PS1="${debian_chroot:+($debian_chroot)}\u@\h:\w\$ "
Escribir
Vista previa
Cargando…
Cancelar
Guardar