mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
fix(oc): fix completion for oc 4.9 and 4.10 (#10973)
Closes #10939 Co-authored-by: Jorge Francisco Varela Gutiérrez <jvarela@jfvarela.redhat.com>
This commit is contained in:
@@ -4,4 +4,5 @@
|
|||||||
|
|
||||||
if [ $commands[oc] ]; then
|
if [ $commands[oc] ]; then
|
||||||
source <(oc completion zsh)
|
source <(oc completion zsh)
|
||||||
|
compdef _oc oc
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user