Add rke command completion

This commit is contained in:
Patrik Wehrli 2020-10-13 21:37:47 +02:00
commit 0fc24e62cf
2 changed files with 178 additions and 0 deletions

9
plugins/rke/README.md Normal file
View file

@ -0,0 +1,9 @@
# RKE plugin
This plugin adds auto-completion for [rke](https://rancher.com/products/rke/).
To use it add `rke` to the plugins array in your zshrc file.
```zsh
plugins=(... rke)
```