We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219a6b2 commit 52bb563Copy full SHA for 52bb563
zsh/configs/post/path.zsh
@@ -4,7 +4,7 @@ PATH="$HOME/.bin:/usr/local/sbin:$PATH"
4
# Try loading ASDF from the regular home dir location
5
if [ -f "$HOME/.asdf/asdf.sh" ]; then
6
. "$HOME/.asdf/asdf.sh"
7
-elif which brew >/dev/null; then
+elif which brew >/dev/null && [ -f "$(brew --prefix asdf)/libexec/asdf.sh" ]; then
8
. "$(brew --prefix asdf)/libexec/asdf.sh"
9
fi
10
0 commit comments