diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-05 11:16:37 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-05 11:16:37 +0200 |
commit | 8720b8f7bb072a861dcc5b4be1c97b02f0912a9e (patch) | |
tree | bfc5777eef249addf74ac3737b04556be4a9e4a5 | |
parent | 1f9ad7c48e3ca644dfc95ecc8d9a5701f097193c (diff) | |
download | shellrc-8720b8f7bb072a861dcc5b4be1c97b02f0912a9e.tar.gz shellrc-8720b8f7bb072a861dcc5b4be1c97b02f0912a9e.tar.bz2 shellrc-8720b8f7bb072a861dcc5b4be1c97b02f0912a9e.zip |
Fix git prompt colorv0.5.1
-rw-r--r-- | zshrc.d/prompt | 1 |
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" |