From 83088dc2a98bbd43fb295545bf58416fd8d845e6 Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 6 Apr 2015 19:44:22 +0200 Subject: [PATCH] Updated git rprompt colors --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index d7a7702..d113027 100644 --- a/zshrc +++ b/zshrc @@ -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 "