Added java to paths

This commit is contained in:
James Patrick 2020-11-27 16:13:42 -05:00
parent cad3533153
commit 09eeee079d

View File

@ -1,7 +1,9 @@
export GOPATH="${HOME}/.go" export GOPATH="${HOME}/.go"
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin" export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
export JAVA_HOME=$(/usr/libexec/java_home -v 14)
path=( path=(
$GOPATH $GOPATH
$PSQLAPP $PSQLAPP
$JAVA_HOME/bin
$path) $path)