]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/minikube/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / minikube / README.md
1 # minikube
2
3 This plugin provides completion for [minikube](https://github.com/kubernetes/minikube).
4
5 To use it, add `minikube` to the plugins array in your zshrc file.
6
7 ```
8 plugins=(... minikube)
9 ```