Archived
1
0
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
Dustin C. Hatch f6c136c1a8 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...
2021-03-07 16:11:03 -06:00
2017-01-16 14:11:15 -06:00
2020-05-03 13:12:46 -05:00
2021-03-07 16:11:03 -06:00
2020-05-03 13:12:46 -05:00

Add these lines to ~/.zshenv in order to use these ZSH configuration files
without copying/linking them to the "standard" paths:

    export ZDOTDIR=${HOME}/.zsh
    source ${ZDOTDIR}/.zshenv
Description
Dustin's ZSH configuration
Readme 28 KiB
Languages
Shell 100%