1
0
Fork 0
oh-my-zsh/plugins/kops/README.md

9 lines
180 B
Markdown
Raw Normal View History

2018-10-27 16:32:13 -07: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)
```