mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +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
|
if [ $commands[kubectl] ]; then
|
||||||
source <(kubectl completion zsh)
|
source <(kubectl completion zsh)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ $commands[kops] ]; then
|
||||||
|
source <(kops completion zsh)
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue