Load mise in zshrc.

This commit is contained in:
David Tomaschik
2026-02-05 17:50:18 -08:00
parent 657d30c381
commit ff0a7d150d

View File

@@ -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