Added java to paths

This commit is contained in:
James Patrick 2020-11-27 16:13:42 -05:00
parent cad3533153
commit 09eeee079d
1 changed files with 2 additions and 0 deletions

View File

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