]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/operator-sdk/operator-sdk.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / operator-sdk / operator-sdk.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/operator-sdk/operator-sdk.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/operator-sdk/operator-sdk.plugin.zsh
deleted file mode 100644 (file)
index baeb01a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ $commands[operator-sdk] ]; then
-  source <(operator-sdk completion zsh)
-  compdef _operator-sdk operator-sdk
-fi