Skip to content

Commit

Permalink
.bashrc += java on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
awdeorio committed Jan 19, 2023
1 parent 80bf12a commit 99edd10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ path-prepend ${HOMEBREW_PREFIX}/opt/ruby@3.1/bin
GEM_BIN=$(gem env | grep 'EXECUTABLE DIRECTORY' | awk '{print $NF}')
path-append ${GEM_BIN}

# Java
path-prepend ${HOMEBREW_PREFIX}/opt/openjdk/bin


################################################################################
# Test for an interactive shell. There is no need to set anything past this
Expand Down

0 comments on commit 99edd10

Please sign in to comment.