add homebrew to .zshrc
This commit is contained in:
parent
d288955423
commit
d2bdf423a3
@ -35,6 +35,9 @@ fi
|
||||
# ---- Zoxide (better cd) ----
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
# ---- Homebrew ----
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
# ---- Auto Enter TMUX ----
|
||||
if [ -z "$TMUX" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user