Added: Helm plugins (#6265)

This commit is contained in:
Vincent 2017-11-06 22:49:27 +08:00 committed by Robby Russell
parent b53fbc36c1
commit 9edb3fceba
1 changed files with 7 additions and 0 deletions

View File

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