🥅 Improve Homebrew init
This commit is contained in:
parent
c770882ca5
commit
1df26deb6a
1 changed files with 5 additions and 1 deletions
|
@ -3,5 +3,9 @@
|
|||
set -gx HOMEBREW_NO_ANALYTICS 1
|
||||
|
||||
if status --is-interactive
|
||||
eval (/usr/local/Homebrew/bin/brew shellenv fish)
|
||||
if [ "$(uname -m)" = arm64 ]
|
||||
eval "$(/opt/homebrew/bin/brew shellenv fish)"
|
||||
else if [ "$(uname -m)" = x86_64 ]
|
||||
eval "$(/usr/local/bin/brew shellenv fish)"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue