mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-16 01:38:11 +02:00
Clean up plugin READMEs and a few plugins
- fasd - history - mercurial - pylint - repo - yii2
This commit is contained in:
@ -3,6 +3,12 @@
|
||||
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.
|
||||
|
||||
To use it, add `sdk` to your plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... sdk)
|
||||
```
|
||||
|
||||
## Requirements
|
||||
|
||||
* [SDKMAN](http://sdkman.io/)
|
||||
* [SDKMAN](http://sdkman.io/)
|
||||
|
Reference in New Issue
Block a user