1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-16 19:00:07 +00:00
ohmyzsh/plugins/kops/README.md

10 lines
180 B
Markdown
Raw Normal View History

2018-10-27 23:32:13 +00: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)
```