1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-04 17:44:45 +01:00
Files
oh-my-zsh/plugins/kops/README.md
2018-10-27 16:32:13 -07:00

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