ohmyzsh/plugins/helm
Marc Cornellà dfaad779a9 fix(helm): fix completion loading mechanism 2022-01-17 16:18:41 +01:00
..
README.md
helm.plugin.zsh

README.md

Helm plugin

This plugin adds completion for Helm, the Kubernetes package manager.

To use it, add helm to the plugins array in your zshrc file:

plugins=(... helm)