mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 19:00:07 +00:00
10 lines
180 B
Markdown
10 lines
180 B
Markdown
|
# 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)
|
||
|
```
|