Skip to content

amrwc/jv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jv – Java Version (Manager)

Zsh script for managing the JVM/JDK version in the current Shell instance. Should've called it JVM though.

Setup and usage

git clone git@github.com:amrwc/jv.git
cd jv
. jv.zsh 14

Add a symlink to the script for convenience:

ln -s "$(pwd)/jv.zsh" /usr/local/bin/jv
jv 11