Updated zsh colors

This commit is contained in:
hellerve
2015-04-06 19:48:06 +02:00
parent 83088dc2a9
commit 4e2582cc4d

2
zshrc
View File

@@ -118,7 +118,7 @@ function rprompt-git-current-branch {
elif [[ -n `echo "$st" | grep "^# Changes to be committed"` ]]; then
color=%B%F{red}
else
color=%F{blue}
color=%B%F{blue}
fi
echo "$color$name$action%f%b "