mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
add hook for svn
This commit is contained in:
parent
3ff2e88fa4
commit
6cec4661bd
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ function steeef_preexec {
|
|||
*git*)
|
||||
PR_GIT_UPDATE=1
|
||||
;;
|
||||
*svn*)
|
||||
PR_GIT_UPDATE=1
|
||||
;;
|
||||
esac
|
||||
}
|
||||
add-zsh-hook preexec steeef_preexec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue