mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
phing: add README (#8278)
This commit is contained in:
parent
e8a6d328ac
commit
45d2236941
1 changed files with 8 additions and 0 deletions
8
plugins/phing/README.md
Normal file
8
plugins/phing/README.md
Normal 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)
|
||||
```
|
Loading…
Reference in a new issue