mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
Adds support for SDKMAN! to fish
completions | ||
conf.d | ||
LICENSE | ||
README.md |
SDKMAN! for fish
Provides auto-completion for SDKMAN! and adds installed binaries to the PATH.
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
- Completion originally by Ted Wise; see his blog post from 2016.
- Binary loading by Koala Yeung; see his comment on sdkman/sdkman-cli#294.