From e381e29d845960428b076c07559c60c8ebf115b5 Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Mon, 12 Feb 2024 16:10:35 -0500 Subject: [PATCH] fix asdf to always prepend to the PATH --- chezmoi/dot_zshrc.d/executable_asdf.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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