mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
kops: add README.md
This commit is contained in:
parent
f96d18ca93
commit
5da824526a
1 changed files with 9 additions and 0 deletions
9
plugins/kops/README.md
Normal file
9
plugins/kops/README.md
Normal 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)
|
||||||
|
```
|
Loading…
Reference in a new issue