diff --git a/zsh/.zshrc b/zsh/.zshrc index 0e7b080..465c082 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,3 +1,6 @@ +# ---- Homebrew ---- +eval "$(/opt/homebrew/bin/brew shellenv)" + # ---- Version Managers ---- export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm @@ -42,9 +45,6 @@ fi # ---- Zoxide (better cd) ---- eval "$(zoxide init zsh)" -# ---- Homebrew ---- -eval "$(/opt/homebrew/bin/brew shellenv)" - # ---- ZSH Plugins ---- source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh