Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.77 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.77 KB

sdk

A plugin for Oh My Fish.

MIT License Fish Shell Version Oh My Fish Framework


This plugin allows you to use the sdkman. Plugin inspired by the blog post from Ted Wise.

Install

$ omf install sdk

Usage

$ sdk

FAQ

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.

License

MIT © Charles Jourdan et al