mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-27 16:53:30 +02:00
minikube: add README (#7359)
This commit is contained in:
committed by
Marc Cornellà
parent
5ca3efa17f
commit
70246da9cb
@@ -0,0 +1,9 @@
|
|||||||
|
# minikube
|
||||||
|
|
||||||
|
This plugin provides completion for [minikube](https://github.com/kubernetes/minikube).
|
||||||
|
|
||||||
|
To use it, add `minikube` to the plugins array in your zshrc file.
|
||||||
|
|
||||||
|
```
|
||||||
|
plugins=(... minikube)
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user