Skip to content

Instantly share code, notes, and snippets.

@rajatvig
Created September 6, 2015 07:41
Show Gist options
  • Save rajatvig/f4119e9d812b15e6a249 to your computer and use it in GitHub Desktop.
Save rajatvig/f4119e9d812b15e6a249 to your computer and use it in GitHub Desktop.
Fish function to switch JVM in Shell
function jvm --description 'switch jvm'
set -gx JAVA_HOME (/usr/libexec/java_home -v $argv)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment