]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/oc/oc.plugin.zsh
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / oc / oc.plugin.zsh
1 # Autocompletion for oc, the command line interface for OpenShift
2 #
3 # Author: https://github.com/kevinkirkup
4
5 if [ $commands[oc] ]; then
6   source <(oc completion zsh)
7   compdef _oc oc
8 fi