Added: Helm plugins

This commit is contained in:
Vincent 2017-08-24 10:24:47 +08:00
commit a13db3b338

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