Skip to content

Commit

Permalink
chore: add PATH for postgresql@16
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Elet <[email protected]>
  • Loading branch information
SebastienElet committed Dec 19, 2024
1 parent c673fd2 commit b5e44de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ eval "$(starship init zsh)"
[[ -f ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] && source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[ -d ~/.zsh/zsh-completions ]] && fpath=(~/.zsh/zsh-completions $fpath)

# Postgresql
[[ -d $(brew --prefix)/opt/postgresql@16 ]] && export PATH="$(brew --prefix)/opt/postgresql@16/bin:$PATH"

# Fzf
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

Expand Down

0 comments on commit b5e44de

Please sign in to comment.