Updated git rprompt colors

This commit is contained in:
hellerve
2015-04-06 19:44:22 +02:00
parent 02c1cee931
commit 83088dc2a9

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{red}
color=%F{blue}
fi
echo "$color$name$action%f%b "