2017-11-07 15:55:24 +00: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 13:59:44 +00:00
|
|
|
compdef _oc oc
|
2017-11-07 15:55:24 +00:00
|
|
|
fi
|