No longer use yarn, add custom psql path to $PATH

This commit is contained in:
Jonny Barnes 2017-12-10 18:57:28 +00:00
parent b0334c5e5b
commit e53e78d757

6
zshrc
View file

@ -166,15 +166,15 @@ export GPG_TTY
test "$platform" = 'linux' && export PATH="$PATH:/home/jonny/.composer/vendor/bin"
test "$platform" = 'osx' && export PATH="$PATH:/Users/jonny/.composer/vendor/bin"
# yarn PATH
export PATH="$PATH:$HOME/.yarn/bin"
# rust/cargo bin PATH
export PATH="$PATH:$HOME/.cargo/bin"
# Ruby PATH
export PATH="$PATH:$HOME/.gem/ruby/2.4.0/bin"
# PostgreSQL binaries
test -d /usr/local/pgsql && export PATH="$PATH:/usr/local/pgsql/bin"
# Set the DEFAULT_USER variable to me (jonny)
export DEFAULT_USER="jonny"