add kubectl plugin

This commit is contained in:
Patrick Stadler 2016-08-12 14:14:21 +02:00
commit 02a290f3d8

View file

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