mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-31 23:54:46 +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)
|
|
```
|