summaryrefslogtreecommitdiff
path: root/plugins/oc/oc.plugin.zsh
blob: f0e2fc3bc89e2c3c0eef5dcf455183f9bd3043b5 (plain)
1
2
3
4
5
6
7
8
# Autocompletion for oc, the command line interface for OpenShift
#
# Author: https://github.com/kevinkirkup

if [ $commands[oc] ]; then
  source <(oc completion zsh)
  compdef _oc oc
fi