mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Added autocompletion for kubernetes-helm
This commit is contained in:
parent
d848c94804
commit
2c0f0e32c4
1 changed files with 3 additions and 0 deletions
3
plugins/helm/helm.plugin.zsh
Normal file
3
plugins/helm/helm.plugin.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
if [ $commands[helm] ]; then
|
||||
source <(helm completion zsh)
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue