sdkman-for-fish/functions/sdk.fish
2018-07-19 01:19:05 +02:00

9 lines
No EOL
230 B
Fish

# Guard: SDKMAN! needs to be installed
if not test -f "$__fish_sdkman_init"
exit 0
end
# Declare the sdk command for fish
function sdk -d "Manage SDKs"
__fish_sdkman_run_in_bash "source $__fish_sdkman_init && sdk $argv"
end