Replace asdf with mise

This commit is contained in:
2025-09-25 13:31:31 -05:00
parent 992f81fc04
commit 9a5595245c
6 changed files with 15 additions and 15 deletions

View File

@@ -33,6 +33,7 @@ alias ncspotkeys="$EDITOR $DIR_GIT_PROJECTS/other/ncspot/doc/users.md"
[[ -a "$ZDOTDIR/zsh-general-dev" ]] && source "$ZDOTDIR/zsh-general-dev"
[[ -a "$ZDOTDIR/zsh-life-system" ]] && source "$ZDOTDIR/zsh-life-system"
# TODO: refactor the below; simplify or at least move elsewhere
# dev/lang setup
[[ -n $(command -v mise) ]] && eval "$(mise activate zsh)"
export DEVKITARM=/opt/devkitpro/devkitARM
. $(brew --prefix asdf)/libexec/asdf.sh