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

Make permission check more lenient. #163

Open derula opened 2 years ago

derula commented 2 years ago

Instead of enforcing an arbitrary permission policy, check permissions against current umask.

If permissions are changed from the default, this might be a hint that something shady is going on.

Resolves #152.