add vcsinfo plugin

This commit is contained in:
Ryan Phillips 2010-10-18 21:39:45 -07:00
commit 08457b10b9

View file

@ -0,0 +1,13 @@
# 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
#
autoload -Uz vcs_info
precmd() {
vcs_info
}