This commit is contained in:
Shengwen Cheng 2015-06-05 15:02:23 +00:00
commit f992616f16

View file

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