]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/operator-sdk/operator-sdk.plugin.zsh
baeb01a80d214e7c59f5c8cd0119c7fe843b0088
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / operator-sdk / operator-sdk.plugin.zsh
1 if [ $commands[operator-sdk] ]; then
2   source <(operator-sdk completion zsh)
3   compdef _operator-sdk operator-sdk
4 fi