ZSH updates

This commit is contained in:
David Tomaschik
2026-02-21 11:37:04 -08:00
parent d5a3ed41c6
commit a1262e9fba
4 changed files with 19 additions and 7 deletions

View File

@@ -1,4 +1,8 @@
if [[ -f $HOME/.env ]] ; then source $HOME/.env ; fi
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