dotfiles-test/.oh-my-zsh/plugins/operator-sdk/operator-sdk.plugin.zsh
2024-07-25 00:07:52 +03:00

5 lines
117 B
Bash

if [ $commands[operator-sdk] ]; then
source <(operator-sdk completion zsh)
compdef _operator-sdk operator-sdk
fi