cs-java-home: add set-jvm function

This commit is contained in:
Alexander Gehrke 2024-10-28 14:45:33 +01:00 committed by Alexander Roso
parent d34af3e194
commit 87ced67ef2
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#compdef set-jvm
_set-jvm() {
compadd $(cs java --available)
}