summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/oc/oc.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/oc/oc.plugin.zsh')
-rw-r--r--zsh/oh-my-zsh/plugins/oc/oc.plugin.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/oh-my-zsh/plugins/oc/oc.plugin.zsh b/zsh/oh-my-zsh/plugins/oc/oc.plugin.zsh
deleted file mode 100644
index b968c4b..0000000
--- a/zsh/oh-my-zsh/plugins/oc/oc.plugin.zsh
+++ /dev/null
@@ -1,7 +0,0 @@
-# Autocompletion for oc, the command line interface for OpenShift
-#
-# Author: https://github.com/kevinkirkup
-
-if [ $commands[oc] ]; then
- source <(oc completion zsh)
-fi