1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

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

This commit is contained in:
Júlio Selva
2024-01-18 15:34:30 -03:00
committed by GitHub
parent 486e56aba8
commit d43f03ba91

View File

@@ -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