From 4e2582cc4defe409c25f176dc49316b872bd6311 Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 6 Apr 2015 19:48:06 +0200 Subject: [PATCH] Updated zsh colors --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index d113027..8f0c931 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{blue} + color=%B%F{blue} fi echo "$color$name$action%f%b "