zshrc: chore: Move Homebrew from .zprofile to .zshrc
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
|
||||||
export THEOS=~/theos
|
|
||||||
3
.zshrc
3
.zshrc
@@ -77,6 +77,9 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|||||||
### Aliases
|
### Aliases
|
||||||
# Intel (Rosetta 2) Homebrew
|
# Intel (Rosetta 2) Homebrew
|
||||||
alias ibrew='arch -x86_64 /usr/local/bin/brew'
|
alias ibrew='arch -x86_64 /usr/local/bin/brew'
|
||||||
|
|
||||||
|
# Homebrew
|
||||||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
else
|
else
|
||||||
##### Unknown
|
##### Unknown
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user