Adds support for SDKMAN! to fish
Find a file
Raphael R 74c0772ac1
Changes location of hacked sdkman init script
Config folder of fisher(man) changed location between v2 and v3.

Pertains to issue #19
2018-10-08 15:34:04 +02:00
completions Completion of install now admits a path for local installs. 2018-07-18 21:35:24 +02:00
conf.d Changes location of hacked sdkman init script 2018-10-08 15:34:04 +02:00
functions Merge branch 'issue-19' 2018-07-21 16:48:55 +02:00
test Implements a nasty hack for issue #19: mangle sdkman-init. 2018-07-19 01:22:19 +02:00
.travis.yml Refactoring: bash calling in its own function. 2018-07-18 22:05:57 +02:00
LICENSE Initial commit 2018-07-11 02:37:43 +02:00
README.md Fix typo in the readme file 2018-10-07 21:03:40 +02:00

SDKMAN! for fish

Build Status

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.7.1.

Install

With fisherman (install separately):

fisher add 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