1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-01-10 06:26:45 +01:00
ohmyzsh/plugins/helm
2021-12-28 19:49:08 +01:00
..
helm.plugin.zsh feat(helm): cache completion file in the background () 2021-12-28 19:49:08 +01:00
README.md helm: add README () 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)