From 20af09318ea18c11997d0a79912ffaa761139a6e Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Tue, 27 Sep 2022 22:20:02 +0800 Subject: [PATCH] zshrc: chore: Move Homebrew from .zprofile to .zshrc --- .zprofile | 2 -- .zshrc | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 .zprofile diff --git a/.zprofile b/.zprofile deleted file mode 100644 index 779768b..0000000 --- a/.zprofile +++ /dev/null @@ -1,2 +0,0 @@ -eval "$(/opt/homebrew/bin/brew shellenv)" -export THEOS=~/theos diff --git a/.zshrc b/.zshrc index 336c33e..c9dd345 100644 --- a/.zshrc +++ b/.zshrc @@ -77,6 +77,9 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then ### Aliases # Intel (Rosetta 2) Homebrew alias ibrew='arch -x86_64 /usr/local/bin/brew' + + # Homebrew + eval "$(/opt/homebrew/bin/brew shellenv)" else ##### Unknown