No longer use yarn, add custom psql path to $PATH
This commit is contained in:
parent
b0334c5e5b
commit
e53e78d757
1 changed files with 3 additions and 3 deletions
6
zshrc
6
zshrc
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue