1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-23 16:52:57 +08:00
ohmyzsh/plugins/phing/README.md

10 lines
211 B
Markdown
Raw Normal View History

2019-10-19 01:12:05 +08:00
# 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:
2020-03-09 21:46:22 +08:00
```zsh
plugins=(... phing)
2019-10-19 01:12:05 +08:00
```