2019-05-08 10:27:05 +02:00
|
|
|
# sdk
|
|
|
|
|
|
|
|
Plugin for SDKMAN, a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems.
|
|
|
|
Provides autocompletion for all known commands.
|
|
|
|
|
2020-03-11 19:57:46 +01:00
|
|
|
To use it, add `sdk` to your plugins array in your zshrc file:
|
|
|
|
|
|
|
|
```zsh
|
|
|
|
plugins=(... sdk)
|
|
|
|
```
|
|
|
|
|
2019-05-08 10:27:05 +02:00
|
|
|
## Requirements
|
|
|
|
|
2020-03-11 19:57:46 +01:00
|
|
|
* [SDKMAN](http://sdkman.io/)
|