Added java to paths
This commit is contained in:
parent
cad3533153
commit
09eeee079d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user