aboutsummaryrefslogtreecommitdiff
path: root/zshrc.d
diff options
context:
space:
mode:
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"