mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
Woops, this file is pretty important!
This commit is contained in:
parent
6f29d85805
commit
59f89137a3
7
dot_config/zsh/dot_zprofile
Normal file
7
dot_config/zsh/dot_zprofile
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user