Add kops plugin

This commit is contained in:
Jesse Whitham 2017-10-06 13:29:53 +13:00
commit 84b1163b88

View file

@ -0,0 +1,7 @@
# Autocompletion for kubectl, the command line interface for Kubernetes
#
# Author: https://github.com/whithajess
if [ $commands[kops] ]; then
source <(kops completion zsh)
fi