~edwardloveall/dotfiles

1d9d25e3bc03e7d10aebdce83b69793ef0f9cabe — Edward Loveall 1 year, 1 month ago 75c29c2
Remove custom psql PATH

This was from when I installed Postgres via homebrew. Now I use Postgres.app which adds to the PATH from /etc/paths.d: https://postgresapp.com/documentation/cli-tools.html
1 files changed, 0 insertions(+), 3 deletions(-)

M zsh/dot-zshrc
M zsh/dot-zshrc => zsh/dot-zshrc +0 -3
@@ 3,9 3,6 @@
# Local and default paths
export PATH="$HOME/.bin:$HOME/.local/bin:/usr/local/bin:/usr/local/sbin:$PATH"

# Postgres path
export PATH="$PATH:/usr/local/bin/psql"

# Rust bin path
export PATH="$PATH:$HOME/.cargo/bin/"