Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 600 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 600 Bytes

SDKMAN

Using SDKMAN with the Fish shell. It provide the sdk command and let you to use it transparently.

Prerequisites

Installation

$ fisher unreliable-angels/sdkman

Gotchas

Before using commands which SDKMAN provides (e.g. kotlin), you have to run at least one sdk command. As a workaround, running sdk help or something in your config.fish will solve this problem:

if type -q sdk
    sdk help > /dev/null
end

Thanks

Using SDKMAN with the Fish Shell