mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
15 lines
361 B
Markdown
15 lines
361 B
Markdown
|
# sdkman
|
||
|
|
||
|
Plugin for SDKMAN, a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems.
|
||
|
Provides initialization for different scenarios where users may have installed.
|
||
|
|
||
|
To use it, add `sdkman` to your plugins array in your zshrc file:
|
||
|
|
||
|
```zsh
|
||
|
plugins=(... sdkman)
|
||
|
```
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
* [SDKMAN](http://sdkman.io/)
|