ohmyzsh/plugins/rke/README.md

10 lines
185 B
Markdown

# 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)
```