mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
9 lines
198 B
Bash
Executable File
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
|