ohmyzsh/plugins/kops/kops.plugin.zsh
2017-10-06 13:29:53 +13:00

7 lines
179 B
Bash

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