1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-23 03:34:28 +08: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)