summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index a747eb7..1a783c7 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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