Add missing mise initialization

This commit is contained in:
Alexander Navarro 2024-05-29 15:26:33 -04:00
parent 1f9c3a255b
commit ddad59e757

View file

@ -140,3 +140,4 @@ source /usr/share/fzf/shell/key-bindings.zsh # change to the following line when
# eval "$(fzf --zsh)"
eval "$(zoxide init --cmd cd zsh)"
eval "$(starship init zsh)"
eval "$(mise activate zsh)"