diff --git a/plugins/helm/helm.plugin.zsh b/plugins/helm/helm.plugin.zsh new file mode 100644 index 000000000..0ef647141 --- /dev/null +++ b/plugins/helm/helm.plugin.zsh @@ -0,0 +1,3 @@ +if [ $commands[helm] ]; then + source <(helm completion zsh) +fi