Skip to content

Commit 24a658e

Browse files
Add libpq to .zshrc
1 parent febc71e commit 24a658e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotfiles/.zshrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ PATH="$HOMEBREW_PREFIX/opt/gnu-sed/libexec/gnubin:$PATH"
112112
# findutils
113113
PATH="$HOMEBREW_PREFIX/opt/findutils/libexec/gnubin:$PATH"
114114

115+
# libpq
116+
PATH="$HOMEBREW_PREFIX/opt/libpq/bin:$PATH"
117+
115118
# asdf
116119
. /opt/homebrew/opt/asdf/libexec/asdf.sh
117120

118121
# Go
119122
export GOPATH=$HOME/go
120123
export PATH=$PATH:$GOPATH/bin
121-
122-
# libpq
123-
export PATH="/usr/local/opt/libpq/bin:$PATH"

0 commit comments

Comments
 (0)