pyenv.pyenv-virtualenv/bin
Zoltán Reegn dec191e836 Fix zsh shell hook performance issue
The precmd hook is causing a significant overhead on every command
executed in the shell.
The shell hook does not need to be this strict however, it can also
run only on directory changes, ensuring that the shell remains snappy
while executing commands.

Also contains a similar fix for fish.

Fixes #259.
2023-04-11 10:39:33 +02:00
..
pyenv-activate Fix completion of pyenv activate (fixes #15) 2014-02-03 14:49:47 +09:00
pyenv-deactivate Display error if pyenv activate was invoked as a command 2014-01-25 19:14:58 +09:00
pyenv-sh-activate Add activate/deactivate hooks (#452) 2023-03-22 20:39:55 +03:00
pyenv-sh-deactivate Add activate/deactivate hooks (#452) 2023-03-22 20:39:55 +03:00
pyenv-virtualenv More helpful error message when env's base version is not installed (#454) 2023-04-10 21:42:47 +03:00
pyenv-virtualenv-delete Stop delete force failing when virtualenv does not exist (#330) 2022-10-10 21:47:19 +03:00
pyenv-virtualenv-init Fix zsh shell hook performance issue 2023-04-11 10:39:33 +02:00
pyenv-virtualenv-prefix Use realpath of scripts to determine relative locations (#308) 2022-10-14 04:37:08 +03:00
pyenv-virtualenvs Use realpath of scripts to determine relative locations (#308) 2022-10-14 04:37:08 +03:00