Fix the wrong agnoster.zsh-theme git symbol " " to "⭠"

This commit is contained in:
Shengwen Cheng 2014-07-28 19:52:51 +08:00
commit 52ab23a26b

View file

@ -100,7 +100,7 @@ prompt_git() {
zstyle ':vcs_info:*' formats ' %u%c' zstyle ':vcs_info:*' formats ' %u%c'
zstyle ':vcs_info:*' actionformats ' %u%c' zstyle ':vcs_info:*' actionformats ' %u%c'
vcs_info vcs_info
echo -n "${ref/refs\/heads\//}${vcs_info_msg_0_%% }${mode}" echo -n "${ref/refs\/heads\//}${vcs_info_msg_0_%% }${mode}"
fi fi
} }