mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
ZSH updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user