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