From 8720b8f7bb072a861dcc5b4be1c97b02f0912a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 5 Aug 2018 11:16:37 +0200 Subject: Fix git prompt color --- zshrc.d/prompt | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3