2017-11-07 16:55:24 +01:00
|
|
|
# Autocompletion for oc, the command line interface for OpenShift
|
|
|
|
#
|
|
|
|
# Author: https://github.com/kevinkirkup
|
|
|
|
|
|
|
|
if [ $commands[oc] ]; then
|
|
|
|
source <(oc completion zsh)
|
2022-06-05 15:59:44 +02:00
|
|
|
compdef _oc oc
|
2017-11-07 16:55:24 +01:00
|
|
|
fi
|