feat: move configuration files inside home folder
This commit is contained in:
15
home/.config/zsh/ohmyzsh/plugins/yii/README.md
Normal file
15
home/.config/zsh/ohmyzsh/plugins/yii/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# 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` |
|
Reference in New Issue
Block a user