oc.plugin.zsh 170 Bytes EditWeb IDE 1 2 3 4 5 6 7 # Autocompletion for oc, the command line interface for OpenShift # # Author: https://github.com/kevinkirkup if [ $commands[oc] ]; then source <(oc completion zsh) fi