Some small changes for homebrew

This commit is contained in:
Michael Förster
2024-07-28 11:33:13 +02:00
committed by Eragos
parent d9c8a63b11
commit 17553facba
2 changed files with 3 additions and 0 deletions

View File

@@ -15,4 +15,6 @@ fi
# use ~/.commonrc.local for local changes, proxy etc.
[[ -f "$HOME/.commonrc.local" ]] && source "$HOME/.commonrc.local"
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/eragos/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"