Some small changes for homebrew
This commit is contained in:
@@ -33,3 +33,4 @@ shopt -s checkwinsize
|
|||||||
# load functions
|
# load functions
|
||||||
[[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions"
|
[[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions"
|
||||||
[[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc"
|
[[ -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
|
||||||
|
|||||||
@@ -15,4 +15,6 @@ fi
|
|||||||
|
|
||||||
# use ~/.commonrc.local for local changes, proxy etc.
|
# use ~/.commonrc.local for local changes, proxy etc.
|
||||||
[[ -f "$HOME/.commonrc.local" ]] && source "$HOME/.commonrc.local"
|
[[ -f "$HOME/.commonrc.local" ]] && source "$HOME/.commonrc.local"
|
||||||
|
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/eragos/.zprofile
|
||||||
|
|
||||||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
|||||||
Reference in New Issue
Block a user