From 0be9899e7b3591156db4c9e5f50864c10af47cef Mon Sep 17 00:00:00 2001 From: Kenan Alptekin Date: Thu, 26 Feb 2015 20:18:48 -0500 Subject: [PATCH] removed extra % at the end of prompt --- themes/kolo.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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