Adds support for SDKMAN! to fish
Find a file
2018-07-12 23:46:37 +02:00
completions A little doc polish. 2018-07-12 23:46:37 +02:00
conf.d A little doc polish. 2018-07-12 23:46:37 +02:00
LICENSE Initial commit 2018-07-11 02:37:43 +02:00
README.md A little doc polish. 2018-07-12 23:46:37 +02:00

SDKMAN! for fish

Makes command sdk from SDKMAN! available in fish. Also provides auto-completion and adds binaries from installed SDKs 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