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 "