mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00: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:
parent
18e7e5d033
commit
6622210d7d
1 changed files with 1 additions and 0 deletions
|
@ -4,4 +4,5 @@
|
|||
|
||||
if [ $commands[oc] ]; then
|
||||
source <(oc completion zsh)
|
||||
compdef _oc oc
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue