diff --git a/chezmoi/dot_zshrc.d/executable_asdf.zsh b/chezmoi/dot_zshrc.d/executable_asdf.zsh index ed597c1..38eeb08 100644 --- a/chezmoi/dot_zshrc.d/executable_asdf.zsh +++ b/chezmoi/dot_zshrc.d/executable_asdf.zsh @@ -1,5 +1,5 @@ if [ -r ~/.asdf/asdf.sh ]; then - . ~/.asdf/asdf.sh + ASDF_FORCE_PREPEND=1 . ~/.asdf/asdf.sh fi if command -v brew &> /dev/null && [ -r "$(brew --prefix)/opt/asdf/libexec/asdf.sh" ]; then