Commit 9edde095 authored by Kevin Kirkup's avatar Kevin Kirkup Committed by Robby Russell
Browse files

Add OpenShift autocompletion (#6049)

parent 63cfade9
# Autocompletion for oc, the command line interface for OpenShift
#
# Author: https://github.com/kevinkirkup
if [ $commands[oc] ]; then
source <(oc completion zsh)
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment