🔧 omz plugin now supports asdf 0.16
This commit is contained in:
parent
f7c5c699b5
commit
4493fd1a63
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user