Files
skel/dotfiles/zshenv
2017-12-16 11:35:36 -08:00

5 lines
117 B
Bash
Executable File

if [[ -f $HOME/.env ]] ; then source $HOME/.env ; fi
# ZSH specific environment
DEBIAN_PREVENT_KEYBOARD_CHANGES=yes