removed extra % at the end of prompt

This commit is contained in:
Kenan Alptekin 2015-02-26 20:18:48 -05:00
commit 0be9899e7b

View file

@ -16,7 +16,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