1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-24 00:00:57 +08:00

10 lines
200 B
Markdown
Raw Normal View History

2018-10-28 05:24:17 -07:00
# 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)
```