mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
parent
f6eaf49d1f
commit
6f855f1c87
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ end
|
|||
|
||||
function __fish_sdkman_installed_versions
|
||||
set cmd (commandline -opc)
|
||||
ls -v1 ~/.sdkman/$cmd[3] | grep -v current
|
||||
ls -v1 ~/.sdkman/candidates/$cmd[3] | grep -v current
|
||||
end
|
||||
|
||||
# install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue