1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-03 00:24:31 +08:00
ohmyzsh/plugins/kops/README.md

10 lines
180 B
Markdown
Raw Normal View History

2018-10-28 07:32:13 +08: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)
```