dotfiles/zsh/.local/share/oh-my-zsh/plugins/yii/README.md

16 lines
318 B
Markdown
Raw Normal View History

2024-06-19 00:06:56 +02: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:
```zsh
plugins=(... yii)
```
## Aliases
| Alias | Command |
|--------|----------------------|
| yiic | `protected/yiic` |