summaryrefslogtreecommitdiff
path: root/plugins/oc/oc.plugin.zsh
blob: b968c4bd47f19211c720161bc5c76b3039a672c6 (plain)
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