diff options
author | Nick <24370162+deltaclock@users.noreply.github.com> | 2019-10-18 17:12:05 +0000 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-10-18 19:12:05 +0200 |
commit | 45d2236941cdb55d33c418c7779b66f3fd1dd3f0 (patch) | |
tree | 59ce35c04259c90872f9b8f59d969e057298ade5 /plugins/phing/README.md | |
parent | e8a6d328ac36df80901dae540c6a466354327bb0 (diff) | |
download | zsh-45d2236941cdb55d33c418c7779b66f3fd1dd3f0.tar.gz zsh-45d2236941cdb55d33c418c7779b66f3fd1dd3f0.tar.bz2 zsh-45d2236941cdb55d33c418c7779b66f3fd1dd3f0.zip |
phing: add README (#8278)
Diffstat (limited to 'plugins/phing/README.md')
-rw-r--r-- | plugins/phing/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/phing/README.md b/plugins/phing/README.md new file mode 100644 index 000000000..e2ac0bdf5 --- /dev/null +++ b/plugins/phing/README.md @@ -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) +``` |