Skip to content

Commit

Permalink
simplified brew path mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed May 21, 2023
1 parent 58aae72 commit 820ff0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ setopt hist_save_no_dups # Omit older commands in favor of newer ones.
# Evals
# =============

export PATH="/opt/homebrew/bin:$PATH"
eval $(brew shellenv)
eval $(/opt/homebrew/bin/brew shellenv)

export PATH="/Applications/Postgres.app/Contents/Versions/15/bin:$PATH"

Expand Down

0 comments on commit 820ff0b

Please sign in to comment.