parent
fc2624997b
commit
5b406261f7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ PATH="$HOME/.bin:/usr/local/sbin:$PATH"
|
||||||
# Try loading ASDF from the regular home dir location
|
# Try loading ASDF from the regular home dir location
|
||||||
if [ -f "$HOME/.asdf/asdf.sh" ]; then
|
if [ -f "$HOME/.asdf/asdf.sh" ]; then
|
||||||
. "$HOME/.asdf/asdf.sh"
|
. "$HOME/.asdf/asdf.sh"
|
||||||
elif which brew >/dev/null &&
|
elif which brew >/dev/null; then
|
||||||
. "$(brew --prefix asdf)/libexec/asdf.sh"
|
. "$(brew --prefix asdf)/libexec/asdf.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue