Updates zhann-theme to use blue instead of magenta

This commit is contained in:
Steven De Coeyer 2013-04-30 14:44:20 +02:00
commit 5874701d17

View file

@ -18,7 +18,7 @@ theme_precmd () {
}
setopt prompt_subst
PROMPT='%B%F{magenta}%c%B%F{green}${vcs_info_msg_0_}%B%F{magenta} %{$reset_color%}% '
PROMPT='%B%F{blue}%c%B%F{green}${vcs_info_msg_0_}%B%F{magenta} %{$reset_color%}% '
autoload -U add-zsh-hook
add-zsh-hook precmd theme_precmd