diff options
author | Jorge Vargas <yorch.veintemil+github@gmail.com> | 2018-10-27 16:32:13 -0700 |
---|---|---|
committer | Jorge Vargas <yorch.veintemil+github@gmail.com> | 2018-10-27 16:32:13 -0700 |
commit | 5da824526a0184087c8aa0eae2255ea547385e81 (patch) | |
tree | 55711f8e4b82fa2ba8dfc97ab7f38c13e7f7587e | |
parent | f96d18ca935f9b9bd6f1c51cb5c821a0b18e9601 (diff) | |
download | zsh-5da824526a0184087c8aa0eae2255ea547385e81.tar.gz zsh-5da824526a0184087c8aa0eae2255ea547385e81.tar.bz2 zsh-5da824526a0184087c8aa0eae2255ea547385e81.zip |
kops: add README.md
-rw-r--r-- | plugins/kops/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/kops/README.md b/plugins/kops/README.md new file mode 100644 index 000000000..1983afab4 --- /dev/null +++ b/plugins/kops/README.md @@ -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) +``` |