浏览代码

Added: Helm plugins (#6265)

Vincent 6 年之前
父节点
当前提交
9edb3fceba
共有 1 个文件被更改,包括 7 次插入0 次删除
  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