fix asdf to always prepend to the PATH

This commit is contained in:
Tony Blyler 2024-02-12 16:10:35 -05:00
parent 3c698aa2e0
commit e381e29d84
No known key found for this signature in database

View file

@ -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