diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/yii/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/yii/README.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/zsh/oh-my-zsh/plugins/yii/README.md b/zsh/oh-my-zsh/plugins/yii/README.md deleted file mode 100644 index 9636149..0000000 --- a/zsh/oh-my-zsh/plugins/yii/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# 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` | |