1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-24 20:53:00 +08:00
ohmyzsh/plugins/yii/README.md

15 lines
314 B
Markdown
Raw Normal View History

2019-10-03 00:58:15 +08:00
# Yii plugin
The plugin adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/).
To use it, add `yii` to the plugins array of your zshrc file:
```
plugins=(... yii)
```
## Aliases
| Alias | Command |
|--------|----------------------|
| yiic | `protected/yiic` |