Removes % from zhann theme

This commit is contained in:
Steven De Coeyer 2013-04-27 15:12:52 +02:00
commit 0edd7bc527

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{magenta}%c%B%F{green}${vcs_info_msg_0_}%B%F{magenta} %{$reset_color%}% '
autoload -U add-zsh-hook
add-zsh-hook precmd theme_precmd