From 17553facba924d721c7824ed4803b3907c63139b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=B6rster?= Date: Sun, 28 Jul 2024 11:33:13 +0200 Subject: [PATCH] Some small changes for homebrew --- .bash_profile | 1 + .commonrc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.bash_profile b/.bash_profile index 2bdd7f5..504dd11 100644 --- a/.bash_profile +++ b/.bash_profile @@ -33,3 +33,4 @@ shopt -s checkwinsize # load functions [[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions" [[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc" +export PATH=/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/eragos/bin::/Users/eragos/bin:/Users/eragos/.dotfiles/.fzf/bin diff --git a/.commonrc b/.commonrc index ce94204..276258a 100755 --- a/.commonrc +++ b/.commonrc @@ -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)"