blob: 9636149cacf8ed01a9b20f06a15d7520bd70ff95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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:
```zsh
plugins=(... yii)
```
## Aliases
| Alias | Command |
|--------|----------------------|
| yiic | `protected/yiic` |
|