helm.plugin.zsh 144 B

1234567
  1. # Autocompletion for helm.
  2. #
  3. # Copy from kubectl : https://github.com/pstadler
  4. if [ $commands[helm] ]; then
  5. source <(helm completion zsh)
  6. fi