mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +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…
Add table
Add a link
Reference in a new issue