From 6622210d7d4afe859f11c5d50c177bd5e500f2c6 Mon Sep 17 00:00:00 2001 From: FaeTheWolf Date: Sun, 5 Jun 2022 09:59:44 -0400 Subject: [PATCH] fix(oc): fix completion for oc 4.9 and 4.10 (#10973) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #10939 Co-authored-by: Jorge Francisco Varela GutiƩrrez --- plugins/oc/oc.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/oc/oc.plugin.zsh b/plugins/oc/oc.plugin.zsh index b968c4bd4..f0e2fc3bc 100644 --- a/plugins/oc/oc.plugin.zsh +++ b/plugins/oc/oc.plugin.zsh @@ -4,4 +4,5 @@ if [ $commands[oc] ]; then source <(oc completion zsh) + compdef _oc oc fi