mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-02-13 21:11:13 +01:00
10 lines
206 B
Markdown
10 lines
206 B
Markdown
|
# minishift
|
||
|
|
||
|
This plugin provides completion for [minishift](https://github.com/minishift/minishift/).
|
||
|
|
||
|
To use it, add `minishift` to the plugins array in your .zshrc file.
|
||
|
|
||
|
```
|
||
|
plugins=(... minishift)
|
||
|
```
|