aboutsummaryrefslogtreecommitdiff
path: root/zshrc.d
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-08-05 11:16:37 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-05 11:16:37 +0200
commit8720b8f7bb072a861dcc5b4be1c97b02f0912a9e (patch)
treebfc5777eef249addf74ac3737b04556be4a9e4a5 /zshrc.d
parent1f9ad7c48e3ca644dfc95ecc8d9a5701f097193c (diff)
downloadshellrc-8720b8f7bb072a861dcc5b4be1c97b02f0912a9e.tar.gz
shellrc-8720b8f7bb072a861dcc5b4be1c97b02f0912a9e.tar.bz2
shellrc-8720b8f7bb072a861dcc5b4be1c97b02f0912a9e.zip
Fix git prompt colorv0.5.1
Diffstat (limited to 'zshrc.d')
-rw-r--r--zshrc.d/prompt1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc.d/prompt b/zshrc.d/prompt
index da46f08..08e7ad1 100644
--- a/zshrc.d/prompt
+++ b/zshrc.d/prompt
@@ -7,6 +7,7 @@ unset NCOLOR
if [ -e /usr/share/git/git-prompt.sh ]; then
source /usr/share/git/git-prompt.sh
+ export GIT_PS1_SHOWCOLORHINTS=y
export GIT_PS1_SHOWDIRTYSTATE=y
export GIT_PS1_SHOWUNTRACKEDFILES=y
export GIT_PS1_SHOWUPSTREAM="auto"