summaryrefslogtreecommitdiff
path: root/plugins/yii/README.md
blob: f1b72e91644a18dc869ef69e4d58a2dcd8c24153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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`     |