Woops, this file is pretty important!

This commit is contained in:
Dan Barber 2024-09-27 09:32:45 -05:00
parent 6f29d85805
commit 59f89137a3

View File

@ -0,0 +1,7 @@
if [ -d "/opt/homebrew" ]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
elif [ -d "~/.linuxbrew" ]; then
eval "$(~/.linuxbrew/bin/brew shellenv)"
elif [ -d "/home/linuxbrew" ]; then
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
fi