my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
318 B

3 years ago
  1. # Yii plugin
  2. The plugin adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/).
  3. To use it, add `yii` to the plugins array of your zshrc file:
  4. ```zsh
  5. plugins=(... yii)
  6. ```
  7. ## Aliases
  8. | Alias | Command |
  9. |--------|----------------------|
  10. | yiic | `protected/yiic` |