migrate to top level vcsinfo support

This commit is contained in:
Ryan Phillips 2010-10-19 12:56:31 -07:00
commit 538801a4db

View file

@ -1,17 +0,0 @@
# Use the following within your prompt
# ${vcs_info_msg_0_}
#
# The style of vcs_info can be tweaked within a theme by modifying the output
# using zstyle.
#
# http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#IDX2133
#
typeset -ga precmd_functions
autoload -Uz vcs_info
zsh_vcsinfo_precmd() {
vcs_info
}
precmd_functions+='zsh_vcsinfo_precmd'