🔧 asdf 0.16 config

This commit is contained in:
2025-02-07 13:56:40 -05:00
parent 582e057a88
commit f7c5c699b5
2 changed files with 9 additions and 7 deletions

View File

@ -2,7 +2,6 @@
export ZSH=$HOME/.oh-my-zsh
plugins=(
asdf
aws
command-not-found
direnv
@ -19,6 +18,9 @@ plugins=(
)
# asdf config
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
fpath=(${ASDF_DATA_DIR:-$HOME/.asdf}/completions $fpath)
autoload -Uz compinit && compinit
export ASDF_GOLANG_MOD_VERSION_ENABLED=true
export ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY=latest_installed