From a70c7eec3690247716b29924bcb113536a39bfc0 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 26 Dec 2024 21:41:14 +0100 Subject: [PATCH] feat: enable mise Signed-off-by: kjuulh --- dot_zshrc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index e02adad..6494de3 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -165,6 +165,7 @@ export OPENAI_API_KEY={{ .openai_token | quote }} eval "$(starship init zsh)" eval "$(atuin init zsh)" +eval "$(/home/kjuulh/.local/bin/mise activate zsh)" #zprof export ANSIBLE_VAULT_PASSWORD_FILE="~/.config/ansible/password"