ohmyzsh/plugins/oc/oc.plugin.zsh
2017-04-25 15:11:23 -04:00

7 lines
170 B
Bash

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