mirror of https://github.com/ohmyzsh/ohmyzsh.git
minikube: add README (#7359)
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)
|
||||
```
|
Loading…
Reference in New Issue