sdkman plugin

This plugin will automatically source sdkman.

Installation

Install sdkman

Let's install the sdkman without updating shell config!

$ curl -s "https://get.sdkman.io?rcupdate=false" | bash

Include sdkman as plugin

plugins=(
  git
  sdkman
)