MichaelAquilina / zsh-autoswitch-virtualenv

🐍 ZSH plugin to automatically switch python virtualenvs (including pipenv and poetry) as you move between directories
GNU General Public License v3.0
507 stars 80 forks source link

Fix slow prompt in pipenv and poetry environments #160

Closed yut23 closed 2 years ago

yut23 commented 2 years ago

_autoswitch_startup was not actually removing itself from the precmd hook.

Should supersede #158 and close #159.

ryaminal commented 2 years ago

@yut23 good find. seems much less risky then the proposal in #158 .