Adds support for SDKMAN! to fish
Find a file
2018-07-12 00:26:34 +02:00
completions Don't auto-complete if SDKMAN isn't installed. 2018-07-11 23:38:56 +02:00
conf.d Do not declare function/command sdk if sdkman is not installed. 2018-07-12 00:26:34 +02:00
LICENSE Initial commit 2018-07-11 02:37:43 +02:00
README.md Adapts to current sdkman; improvements. 2018-07-11 23:03:16 +02:00

SDKMAN! for fish

Provides auto-completion for SDKMAN! and adds installed binaries to the PATH.

Tested with fish 2.7.1 and SDKMAN! 5.6.5.

Install

With fisherman (install separately):

fisher reitzig/sdkman-for-fish

Usage

It's all in the background; you should be able to run sdk and binaries installed with sdk as you would expect.

Acknowledgements