fix asdf to always prepend to the PATH
This commit is contained in:
parent
3c698aa2e0
commit
e381e29d84
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue