]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/yii/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / yii / README.md
1 # Yii plugin
2
3 The plugin adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/).
4
5 To use it, add `yii` to the plugins array of your zshrc file:
6
7 ```zsh
8 plugins=(... yii)
9 ```
10
11 ## Aliases
12
13 | Alias  | Command              |
14 |--------|----------------------|
15 | yiic   | `protected/yiic`     |