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
528 stars 82 forks source link

Fix proposal for #149 #150

Closed 3isenHeiM closed 3 years ago

3isenHeiM commented 3 years ago

Here is a fix I've implemented for the issue #149 I raised.

Readme has also been adapted.

rnc commented 3 years ago

@MichaelAquilina As the original submitter hasn't updated this would you be able to push a commit to get this merged? As currently I am maintaining a separate branch to disable these warnings.

MichaelAquilina commented 3 years ago

I'm actually quite convinced that we should actually just remove these warnings.

These were just an attempt to improve the security of the plugin - but as some have pointed out before, the reality is that they are not actually that useful.

I was under the impression that I had already removed these, but it turns out I was wrong. @rnc would you like to open a PR that removes them instead?