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.
master
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...
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
Languages
Shell
100%