]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/phing/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / phing / README.md
1 # Phing plugin
2
3 This plugin adds autocompletion for [`phing`](https://github.com/phingofficial/phing) targets.
4
5 To use it, add `phing` to the plugins array of your `.zshrc` file:
6
7 ```zsh
8 plugins=(... phing)
9 ```