0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

yii: add README (#8194)

This commit is contained in:
Ekunola Ezekiel 2019-10-02 17:58:15 +01:00 committed by Marc Cornellà
parent 1a6480e486
commit 4b8f4d529e

14
plugins/yii/README.md Normal file
View file

@ -0,0 +1,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` |