zshrc: Remove PYTHONWARNINGS env var
I originally set the `PYTHONWARNINGS` variable to ensure I see warnings from third-party libraries, etc. during development. Unfortunately, a *lot* of software (Ansible, Jupyter, dnf, etc.) generate a lot of warnings. These warnings are annoying, but can also break other software, like VSCode. Whenever I am developing something in Python, I need to remember to set `PYTHONWARNINGS` manually now...master
parent
4e63427646
commit
f6c136c1a8