From f4ca1bd8d9ec1974df3c6ca0ee4739c86a265bd9 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 26 Dec 2024 21:48:58 +0100 Subject: [PATCH] feat: mac mise Signed-off-by: kjuulh --- dot_zshrc.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 6494de3..1d8bfd9 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -165,7 +165,11 @@ export OPENAI_API_KEY={{ .openai_token | quote }} eval "$(starship init zsh)" eval "$(atuin init zsh)" +{{ if .homebrew }} +eval "$(/opt/homebrew/bin/mise activate zsh)" +{{ else }} eval "$(/home/kjuulh/.local/bin/mise activate zsh)" +{{ end }} #zprof export ANSIBLE_VAULT_PASSWORD_FILE="~/.config/ansible/password"