diff options
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,6 +53,7 @@ hc_mode && PS_RIGHT_SLAB='█' || PS_RIGHT_SLAB=' /' hc_mode && PS_RIGHT_SEMI='' || PS_RIGHT_SEMI=')' hc_mode && PS_PREC='' || PS_PREC='>' + hc_mode && PS_PREC_GIT='' || PS_PREC_GIT='{}' ___dirchanged="" @@ -163,7 +164,7 @@ ps_precursor() { if [ -n "$___changes" ] then - printf "" + printf "$PS_PREC_GIT" else printf "$PS_PREC" fi |
