mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Add kops autocomplete to kubectl plugin
This commit is contained in:
parent
8393c96525
commit
cb624fda77
1 changed files with 4 additions and 0 deletions
|
|
@ -5,3 +5,7 @@
|
|||
if [ $commands[kubectl] ]; then
|
||||
source <(kubectl completion zsh)
|
||||
fi
|
||||
|
||||
if [ $commands[kops] ]; then
|
||||
source <(kops completion zsh)
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue