Browse Source

Added: Helm plugins (#6265)

Vincent 6 years ago
parent
commit
9edb3fceba
1 changed files with 7 additions and 0 deletions
  1. 7 0
      plugins/helm/helm.plugin.zsh

+ 7 - 0
plugins/helm/helm.plugin.zsh

@@ -0,0 +1,7 @@
+# Autocompletion for helm.
+#
+# Copy from kubectl : https://github.com/pstadler
+
+if [ $commands[helm] ]; then
+  source <(helm completion zsh)
+fi