A plugin for Oh My Fish.
This plugin allows you to use the sdkman. Plugin inspired by the blog post from Ted Wise.
$ omf install sdk
$ sdk
Q: I've not installed SDKMAN in the default directory. How can I specify to the plugin the new installation directory ?
A: If you installed SDKMAN in another directory, you need to create a file in the directory ~/.config/fish/conf.d/
. The files are executed in alphabetical order.
For example you can create a file 00_sdkman_path.fish
:
set -g SDKMAN_DIR "/Users/username/.sdkman"
This file will be executed before the omf.fish
and the SDKMAN_DIR
variable will be set before.
MIT © Charles Jourdan et al