mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add plugin for SDKMAN (#6483)
SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems.
This commit is contained in:
parent
20ecca2ba9
commit
b054e25d25
2 changed files with 90 additions and 0 deletions
8
plugins/sdk/README.md
Normal file
8
plugins/sdk/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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.
|
||||
|
||||
## Requirements
|
||||
|
||||
* [SDKMAN](http://sdkman.io/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue