Added autocompletion for kubernetes-helm

This commit is contained in:
Shawn Wang 2017-06-27 17:14:02 +10:00
commit 2c0f0e32c4

View file

@ -0,0 +1,3 @@
if [ $commands[helm] ]; then
source <(helm completion zsh)
fi