mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fiz
This commit is contained in:
@@ -1,6 +1 @@
|
|||||||
# this is only run in login shells, both interactive and non-interactive
|
# this is only run in login shells, both interactive and non-interactive
|
||||||
if [[ ! -o interactive ]]; then
|
|
||||||
if command -v mise 2>&1 ; then
|
|
||||||
eval "$(mise activate zsh --shims)"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|||||||
@@ -1,8 +1,16 @@
|
|||||||
|
# this is run in all zsh sessions, interactive or not, login or not
|
||||||
|
|
||||||
if [[ -f $HOME/.shenv ]] ; then source $HOME/.shenv ; fi
|
if [[ -f $HOME/.shenv ]] ; then source $HOME/.shenv ; fi
|
||||||
|
|
||||||
# ZSH specific environment
|
# ZSH specific environment
|
||||||
DEBIAN_PREVENT_KEYBOARD_CHANGES=yes
|
DEBIAN_PREVENT_KEYBOARD_CHANGES=yes
|
||||||
|
|
||||||
if test -d ${HOME}/.local/bin ; then
|
if test -d ${HOME}/.local/bin ; then
|
||||||
PATH="${HOME}/.local/bin:${PATH}"
|
export PATH="${HOME}/.local/bin:${PATH}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ ! -o interactive ]]; then
|
||||||
|
if command -v mise 2>&1 ; then
|
||||||
|
eval "$(mise activate zsh --shims)"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user