🔧 omz plugin now supports asdf 0.16

This commit is contained in:
James Walker 2025-02-13 22:32:27 -05:00
parent f7c5c699b5
commit 4493fd1a63
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI

View File

@ -2,6 +2,7 @@
export ZSH=$HOME/.oh-my-zsh export ZSH=$HOME/.oh-my-zsh
plugins=( plugins=(
asdf
aws aws
command-not-found command-not-found
direnv direnv
@ -18,9 +19,6 @@ plugins=(
) )
# asdf config # 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_GOLANG_MOD_VERSION_ENABLED=true
export ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY=latest_installed export ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY=latest_installed