Add OpenShift autocompletion

This commit is contained in:
Kevin S Kirkup 2017-04-25 15:11:23 -04:00
commit b1bea8022f

7
plugins/oc/oc.plugin.zsh Normal file
View file

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