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