mirror of https://github.com/ohmyzsh/ohmyzsh.git
kops: add README.md
parent
f96d18ca93
commit
5da824526a
|
@ -0,0 +1,9 @@
|
|||
# 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)
|
||||
```
|
Loading…
Reference in New Issue