mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 18:30:08 +00:00
feat(virtualenvwrapper): run function on startup (#12163)
This commit is contained in:
parent
486e56aba8
commit
d43f03ba91
1 changed files with 1 additions and 0 deletions
|
@ -88,4 +88,5 @@ if [[ ! $DISABLE_VENV_CD -eq 1 ]]; then
|
|||
# http://zsh.sourceforge.net/Doc/Release/Functions.html
|
||||
autoload -U add-zsh-hook
|
||||
add-zsh-hook chpwd workon_cwd
|
||||
[[ $PWD != ~ ]] && workon_cwd
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue