conf2/zsh/.oh-my-zsh/plugins/phing/README.md

9 lines
207 B
Markdown
Raw Normal View History

2019-11-12 17:55:38 +00:00
# Phing plugin
This plugin adds autocompletion for [`phing`](https://github.com/phingofficial/phing) targets.
To use it, add `phing` to the plugins array of your `.zshrc` file:
```
plugins=(... eecms)
2019-11-12 17:55:38 +00:00
```