Skip to content

Instantly share code, notes, and snippets.

@kparmar1
Last active November 9, 2019 16:40
Show Gist options
  • Save kparmar1/297681c3c002e16d15a1fb2d75a02324 to your computer and use it in GitHub Desktop.
Save kparmar1/297681c3c002e16d15a1fb2d75a02324 to your computer and use it in GitHub Desktop.
List multiple java versions on the mac from the fish shell (useful with setjdk.fish to see possible valid idk versions )
function listjdk
/usr/libexec/java_home -V
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment