dustin
/
zdotdir
Archived
1
0
Fork 0

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
Dustin 2021-03-07 16:11:03 -06:00
parent 4e63427646
commit f6c136c1a8
1 changed files with 0 additions and 1 deletions

1
.zshrc
View File

@ -8,7 +8,6 @@ setopt INTERACTIVE_COMMENTS
export LESSCOLOR=1
export LESS='-R'
export PYTHONWARNINGS=default,ignore::ImportWarning
export NOSE_REDNOSE=1
bindkey "^?" backward-delete-char