mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 18:49:55 +01:00
Added java path
This commit is contained in:
parent
537b7c0b75
commit
3a2aee7681
5
zsh/env
5
zsh/env
@ -63,6 +63,11 @@ fi
|
|||||||
if test -d "/opt/homebrew/opt/openjdk/bin"; then
|
if test -d "/opt/homebrew/opt/openjdk/bin"; then
|
||||||
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
|
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
|
||||||
fi
|
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
|
if test -d "/usr/local/opt/ruby"; then
|
||||||
export PATH="/usr/local/opt/ruby/bin:$PATH"
|
export PATH="/usr/local/opt/ruby/bin:$PATH"
|
||||||
|
Loading…
Reference in New Issue
Block a user