mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
14 lines
361 B
Markdown
14 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/)
|