ohmyzsh/plugins/helm
Carlo Sala 97e6989729
fix(helm): support completion for snap installs (#10723)
2022-02-24 19:23:15 +01:00
..
README.md helm: add README (#7325) 2018-10-24 15:56:51 +02:00
helm.plugin.zsh fix(helm): support completion for snap installs (#10723) 2022-02-24 19:23:15 +01:00

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)