Files
config/.oh-my-zsh/plugins/yii/README.md
2025-07-22 16:18:19 +01:00

16 lines
318 B
Markdown
Executable File

# 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` |