diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -131,7 +131,7 @@ [ ! -w . ] && DIRCOLOR=$PS_WARN DIR="${PWD/#$HOME/\~}" - [ -z "$___dirchanged" ] && DIR='' || ___dirchanged='' + [ -z "$___dirchanged" ] && DIR='' if [ -n "$DIR" ] then @@ -174,7 +174,7 @@ export PS1="$(left_cap)\$(ps_user)$(right_cap) \$(ps_precursor) " export PS0=" $(left_cap 'o' "$PS_TRIANGLE_BOT") \A$(right_cap)\n\$(kill -s SIGUSR2 $$)" - export PROMPT_COMMAND='EXSTAT="$?";seconds="$SECONDS";___changes="";___git_printed="";'$PS_COMM'; ___timer="n"' + export PROMPT_COMMAND='EXSTAT="$?";seconds="$SECONDS";___changes="";___git_printed="";'$PS_COMM';___dirchanged=''; ___timer="n"' # Honorable mention to: https://lists.gnu.org/archive/html/help-bash/2022-02/msg00023.html # }}} |
