diff --git a/plugins/kops/kops.plugin.zsh b/plugins/kops/kops.plugin.zsh new file mode 100644 index 000000000..5cb0f146e --- /dev/null +++ b/plugins/kops/kops.plugin.zsh @@ -0,0 +1,7 @@ +# Autocompletion for kops +# +# Author: https://github.com/mstuparu + +if [ $commands[kops] ]; then + source <(kops completion zsh) +fi