mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
fix phing plugin
Removed service information from result. Now showing only targets.
This commit is contained in:
parent
e30a1243dc
commit
4f84ea68e6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ _phing_does_target_list_need_generating () {
|
||||||
_phing () {
|
_phing () {
|
||||||
if [ -f build.xml ]; then
|
if [ -f build.xml ]; then
|
||||||
if _phing_does_target_list_need_generating; then
|
if _phing_does_target_list_need_generating; then
|
||||||
phing -l |grep -v ":$" |grep -v "^-*$" > .phing_targets
|
phing -l -q |grep -v ":$" |grep -v "^-*$" > .phing_targets
|
||||||
fi
|
fi
|
||||||
compadd `cat .phing_targets`
|
compadd `cat .phing_targets`
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue