diff --git a/themes/kolo.zsh-theme b/themes/kolo.zsh-theme index 51b0af724..e47823de8 100644 --- a/themes/kolo.zsh-theme +++ b/themes/kolo.zsh-theme @@ -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