diff --git a/chezmoi/dot_zshrc b/chezmoi/dot_zshrc index 879833a..69eeb7f 100644 --- a/chezmoi/dot_zshrc +++ b/chezmoi/dot_zshrc @@ -2,6 +2,7 @@ export ZSH=$HOME/.oh-my-zsh plugins=( + asdf aws command-not-found direnv @@ -18,9 +19,6 @@ 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