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