blob: 84d1d182d493830cf5d31ba13fc9fe81739e86a2 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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:
```zsh
plugins=(... phing)
```
|