1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

phing: add README (#8278)

This commit is contained in:
Nick 2019-10-18 17:12:05 +00:00 committed by Marc Cornellà
parent e8a6d328ac
commit 45d2236941

8
plugins/phing/README.md Normal file
View file

@ -0,0 +1,8 @@
# 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)
```