]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/helm/README.md
49844c78ff9aa16956ad46a16f6757a1a827fb16
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / helm / README.md
1 # Helm plugin
2
3 This plugin adds completion for [Helm](https://helm.sh/), the Kubernetes package manager.
4
5 To use it, add `helm` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... helm)
9 ```