dotfiles/zsh/.oh-my-zsh/plugins/operator-sdk/operator-sdk.plugin.zsh
2024-06-19 00:06:56 +02:00

4 lines
117 B
Bash

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