diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/eecms/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/eecms/README.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/zsh/oh-my-zsh/plugins/eecms/README.md b/zsh/oh-my-zsh/plugins/eecms/README.md deleted file mode 100644 index c538355..0000000 --- a/zsh/oh-my-zsh/plugins/eecms/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# 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. |