Added java path

This commit is contained in:
Jan Jastrow 2022-02-20 16:52:13 +01:00
parent 537b7c0b75
commit 3a2aee7681
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,11 @@ fi
if test -d "/opt/homebrew/opt/openjdk/bin"; then
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
fi
if test -d "/usr/local/opt/java/bin/"; then
export PATH="/usr/local/opt/java/bin/:$PATH"
fi
/usr/local/opt/java/bin/
if test -d "/usr/local/opt/ruby"; then
export PATH="/usr/local/opt/ruby/bin:$PATH"