From ddad59e75780d898ff4a8d2c5a41d09863c64468 Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 29 May 2024 15:26:33 -0400 Subject: [PATCH] Add missing mise initialization --- chezmoi/executable_dot_zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/chezmoi/executable_dot_zshrc b/chezmoi/executable_dot_zshrc index bf0d1b5..42df229 100644 --- a/chezmoi/executable_dot_zshrc +++ b/chezmoi/executable_dot_zshrc @@ -140,3 +140,4 @@ source /usr/share/fzf/shell/key-bindings.zsh # change to the following line when # eval "$(fzf --zsh)" eval "$(zoxide init --cmd cd zsh)" eval "$(starship init zsh)" +eval "$(mise activate zsh)"