diff --git a/zsh/env b/zsh/env index 4f713ad..54e90a3 100644 --- a/zsh/env +++ b/zsh/env @@ -60,6 +60,10 @@ if [[ $platform == 'macOS' ]]; then 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 export PATH="/usr/local/opt/ruby/bin:$PATH" fi @@ -79,4 +83,4 @@ if [[ -x `which thefuck` ]]; then eval "$(thefuck --alias FUCK)" alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R' -fi \ No newline at end of file +fi