]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/oc/oc.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / oc / oc.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/oc/oc.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/oc/oc.plugin.zsh
deleted file mode 100644 (file)
index f0e2fc3..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autocompletion for oc, the command line interface for OpenShift
-#
-# Author: https://github.com/kevinkirkup
-
-if [ $commands[oc] ]; then
-  source <(oc completion zsh)
-  compdef _oc oc
-fi