dotfiles/.oh-my-zsh/plugins/helm
2020-06-29 00:32:26 +02:00
..
helm.plugin.zsh Add Oh my zsh configs 2020-06-29 00:32:26 +02:00
README.md Add Oh my zsh configs 2020-06-29 00:32:26 +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)