From b912fb35e808dab2089618f530f111ed690e9eec Mon Sep 17 00:00:00 2001 From: eeleater Date: Fri, 29 Nov 2024 17:13:55 +0100 Subject: [PATCH] fixed mise eval always getting cached --- dot_config/zsh/dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index 2324a24..22100ac 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -34,7 +34,7 @@ smartcache eval zoxide init --cmd cd zsh smartcache eval atuin init zsh smartcache eval direnv hook zsh {{- if eq .chezmoi.osRelease.id "endeavouros" }} -smartcache eval mise activate zsh +eval "$(mise activate zsh)" {{- end }} # source files