diff --git a/zsh/.zshrc b/zsh/.zshrc index 6952353..4fd0cf0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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