Explorar el Código

Fix bash prompt settings clobbering `z`

Also remove executable flag from `directories.sh`.
Weiyi Lou hace 9 años
padre
commit
0c82ed4857
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      shell/bash/prompt.bash
  2. 0 0
      shell/common/directories.sh

+ 1 - 1
shell/bash/prompt.bash

@@ -5,7 +5,7 @@
 #
 PROMPT_COMMAND='PS1="
 ${FG[6]}[\h]  ${FG[3]}$(shortcwd)$(__gitp "  %s")$(getajob)
-${FG[5]}\u - $cReset"'
+${FG[5]}\u - $cReset";'$PROMPT_COMMAND
 
 # Display suspended/backgrounded job count, if any.
 function getajob() {

+ 0 - 0
shell/common/directories.sh