diff options
Diffstat (limited to '.oh-my-zsh/plugins/helm/README.md')
-rw-r--r-- | .oh-my-zsh/plugins/helm/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.oh-my-zsh/plugins/helm/README.md b/.oh-my-zsh/plugins/helm/README.md deleted file mode 100644 index 49844c7..0000000 --- a/.oh-my-zsh/plugins/helm/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Helm plugin - -This plugin adds completion for [Helm](https://helm.sh/), the Kubernetes package manager. - -To use it, add `helm` to the plugins array in your zshrc file: - -```zsh -plugins=(... helm) -``` |