Files
skel/dotfiles/zshenv
David Tomaschik a1262e9fba ZSH updates
2026-02-21 11:37:04 -08:00

9 lines
198 B
Bash
Executable File

if [[ -f $HOME/.shenv ]] ; then source $HOME/.shenv ; fi
# ZSH specific environment
DEBIAN_PREVENT_KEYBOARD_CHANGES=yes
if test -d ${HOME}/.local/bin ; then
PATH="${HOME}/.local/bin:${PATH}"
fi