ohmyzsh/plugins/helm
2022-01-17 16:18:41 +01:00
..
helm.plugin.zsh fix(helm): fix completion loading mechanism 2022-01-17 16:18:41 +01:00
README.md helm: add README (#7325) 2018-10-24 15:56:51 +02:00

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)