feat(virtualenvwrapper): run function on startup (#12163)

master
Júlio Selva 2 years ago committed by GitHub
parent 486e56aba8
commit d43f03ba91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh

@ -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…
Cancel
Save