0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

kops: add README.md

This commit is contained in:
Jorge Vargas 2018-10-27 16:32:13 -07:00
parent f96d18ca93
commit 5da824526a

9
plugins/kops/README.md Normal file
View file

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