From ff0a7d150d97a2cead178b6cf64f54f6af0f0238 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 5 Feb 2026 17:50:18 -0800 Subject: [PATCH] Load mise in zshrc. --- dotfiles/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 131acb1..83dfff0 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -233,6 +233,8 @@ if [[ $- == *i* ]] ; then fi test -e "${HOME}/.iterm2_shell_integration.zsh" && \ 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 # In case ack is named ack-grep