Compare commits

...

2 Commits

Author SHA1 Message Date
a70c7eec36 feat: enable mise
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-26 21:41:14 +01:00
d238729a20 feat: disable asdf
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-26 21:40:35 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -32,4 +32,4 @@ zmodule completion
zmodule zsh-users/zsh-syntax-highlighting
zmodule zsh-users/zsh-autosuggestions
zmodule jeffreytse/zsh-vi-mode
zmodule zimfw/asdf
#zmodule zimfw/asdf

View File

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