add homebrew to .zshrc
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user