mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 16:30:09 +00:00
7 lines
170 B
Bash
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
|