mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
revert back fish fix
Should be separate PR to deal with fish perf issue
This commit is contained in:
parent
dec191e836
commit
d08294471e
|
|
@ -104,7 +104,7 @@ esac
|
|||
case "$shell" in
|
||||
fish )
|
||||
cat <<EOS
|
||||
function _pyenv_virtualenv_hook --on-variable PWD;
|
||||
function _pyenv_virtualenv_hook --on-event fish_prompt;
|
||||
set -l ret \$status
|
||||
if [ -n "\$VIRTUAL_ENV" ]
|
||||
pyenv activate --quiet; or pyenv deactivate --quiet; or true
|
||||
|
|
|
|||
Loading…
Reference in a new issue