1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-09 21:38:32 +08:00
ohmyzsh-mirror/plugins/kops/README.md
2018-10-27 16:32:13 -07:00

10 lines
180 B
Markdown

# kops
This plugin provides completion for [kops](https://github.com/kubernetes/kops).
To use it, add `kops` to the plugins array in your zshrc file.
```
plugins=(... kops)
```