mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Load mise in zshrc.
This commit is contained in:
@@ -233,6 +233,8 @@ if [[ $- == *i* ]] ; then
|
|||||||
fi
|
fi
|
||||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && \
|
test -e "${HOME}/.iterm2_shell_integration.zsh" && \
|
||||||
source "${HOME}/.iterm2_shell_integration.zsh" || true
|
source "${HOME}/.iterm2_shell_integration.zsh" || true
|
||||||
|
# mise, if installed
|
||||||
|
command -v mise >/dev/null 2>&1 && eval "$(mise activate zsh)"
|
||||||
fi # End interactive-only block
|
fi # End interactive-only block
|
||||||
|
|
||||||
# In case ack is named ack-grep
|
# In case ack is named ack-grep
|
||||||
|
|||||||
Reference in New Issue
Block a user