This commit is contained in:
Kenan Alptekin 2017-05-02 02:18:34 +00:00 committed by GitHub
commit 085e11862b

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