add hook for svn

This commit is contained in:
steeef 2010-10-01 11:02:02 -07:00
commit 6cec4661bd

View file

@ -52,6 +52,9 @@ function steeef_preexec {
*git*)
PR_GIT_UPDATE=1
;;
*svn*)
PR_GIT_UPDATE=1
;;
esac
}
add-zsh-hook preexec steeef_preexec