1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-01 20:17:50 +08:00
ohmyzsh-mirror/plugins/rke/README.md
2020-10-13 21:37:47 +02:00

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