dotfiles/dot_oh-my-zsh/plugins/oc/oc.plugin.zsh
2020-06-15 05:31:33 -05:00

7 lines
170 B
Bash

# Autocompletion for oc, the command line interface for OpenShift
#
# Author: https://github.com/kevinkirkup
if [ $commands[oc] ]; then
source <(oc completion zsh)
fi