🔧 asdf 0.16 config
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user