diff options
author | Nick <24370162+deltaclock@users.noreply.github.com> | 2019-10-18 17:05:47 +0000 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-10-18 19:05:47 +0200 |
commit | e8a6d328ac36df80901dae540c6a466354327bb0 (patch) | |
tree | b8a74d6e1c1939ffa93399931ce91f1bb7f45991 /plugins/eecms/README.md | |
parent | a41d308f70181db085938c5a8f2fe3d0d8e312c5 (diff) | |
download | zsh-e8a6d328ac36df80901dae540c6a466354327bb0.tar.gz zsh-e8a6d328ac36df80901dae540c6a466354327bb0.tar.bz2 zsh-e8a6d328ac36df80901dae540c6a466354327bb0.zip |
eecms: add README (#8277)
Diffstat (limited to 'plugins/eecms/README.md')
-rw-r--r-- | plugins/eecms/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/eecms/README.md b/plugins/eecms/README.md new file mode 100644 index 000000000..c53835521 --- /dev/null +++ b/plugins/eecms/README.md @@ -0,0 +1,11 @@ +# eecms plugin + +This plugin adds auto-completion of console commands for [`eecms`](https://github.com/ExpressionEngine/ExpressionEngine). + +To use it, add `eecms` to the plugins array of your `.zshrc` file: +``` +plugins=(... eecms) +``` + +It also adds the alias `eecms` which finds the eecms file in the current project +and runs it with php. |