mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
5 lines
117 B
Bash
5 lines
117 B
Bash
if [[ -f $HOME/.env ]] ; then source $HOME/.env ; fi
|
|
|
|
# ZSH specific environment
|
|
DEBIAN_PREVENT_KEYBOARD_CHANGES=yes
|