feat: mac mise

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-12-26 21:48:58 +01:00
parent e4a9b3965a
commit f4ca1bd8d9

View File

@ -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"