From 0edd7bc527d25839e417659f3811f28c4f71c7cc Mon Sep 17 00:00:00 2001 From: Steven De Coeyer Date: Sat, 27 Apr 2013 15:12:52 +0200 Subject: [PATCH] Removes % from zhann theme --- themes/zhann.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/zhann.zsh-theme b/themes/zhann.zsh-theme index cb56ed408..91ac9232b 100644 --- a/themes/zhann.zsh-theme +++ b/themes/zhann.zsh-theme @@ -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