diff --git a/themes/zhann.zsh-theme b/themes/zhann.zsh-theme index 91ac9232b..d986368c4 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{blue}%c%B%F{green}${vcs_info_msg_0_}%B%F{magenta} %{$reset_color%}% ' autoload -U add-zsh-hook add-zsh-hook precmd theme_precmd