mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-26 00:03:29 +02:00
feat(operator-sdk): add plugin for operator-sdk (#10423)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
if [ $commands[operator-sdk] ]; then
|
||||
source <(operator-sdk completion zsh)
|
||||
compdef _operator-sdk operator-sdk
|
||||
fi
|
||||
Reference in New Issue
Block a user