ohmyzsh/plugins/kops/README.md

10 lines
180 B
Markdown
Raw Normal View History

2018-10-27 23:32:13 +00:00
# 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)
```