mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 18:49:55 +01:00
Added java to PATH
This commit is contained in:
parent
7d89837c10
commit
537b7c0b75
4
zsh/env
4
zsh/env
@ -60,6 +60,10 @@ if [[ $platform == 'macOS' ]]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
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/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"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user