Files
skel/dotfiles/zshenv
2015-12-10 19:37:53 -08:00

5 lines
117 B
Bash

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