From 2c0f0e32c43bf07e08a4d0b3f470595aec11c60d Mon Sep 17 00:00:00 2001 From: Shawn Wang Date: Tue, 27 Jun 2017 17:14:02 +1000 Subject: [PATCH] Added autocompletion for kubernetes-helm --- plugins/helm/helm.plugin.zsh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/helm/helm.plugin.zsh 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