Skip to content

Commit 6fe1a73

Browse files
committed
Add libpq
1 parent 86c0ee3 commit 6fe1a73

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dotfiles/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export PATH="$HOMEBREW_PREFIX/opt/findutils/libexec/gnubin:$PATH"
2626
export PATH="$HOMEBREW_PREFIX/opt/gnu-sed/libexec/gnubin:$PATH"
2727
export PATH="$HOMEBREW_PREFIX/opt/gnu-tar/libexec/gnubin:$PATH"
2828
export PATH="$HOMEBREW_PREFIX/opt/grep/libexec/gnubin:$PATH"
29+
export PATH="$HOMEBREW_PREFIX/opt/libpq/bin:$PATH"
2930
export PATH="$PATH:/opt/X11/bin"
3031
export PATH="$PATH:$ANDROID_HOME/emulator"
3132
export PATH="$PATH:$ANDROID_HOME/platform-tools"

scripts/brew.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ brew install php
3030
brew install pnpm
3131
brew install mise
3232
brew install biome
33+
brew install libpq
3334
brew install awscli
3435
brew install httpie
3536
brew install wp-cli

0 commit comments

Comments
 (0)