chezmoi init
This commit is contained in:
commit
530d6d7195
1176 changed files with 111325 additions and 0 deletions
7
dot_oh-my-zsh/plugins/phing/phing.plugin.zsh
Normal file
7
dot_oh-my-zsh/plugins/phing/phing.plugin.zsh
Normal file
|
@ -0,0 +1,7 @@
|
|||
_phing () {
|
||||
if [ -f build.xml ]; then
|
||||
compadd $(phing -l|grep -v "\[property\]"|grep -v "Buildfile"|sed 1d|grep -v ":$" |grep -v "^\-*$"|grep -v "Warning:"|awk '{print $1}')
|
||||
fi
|
||||
}
|
||||
|
||||
compdef _phing phing
|
Loading…
Add table
Add a link
Reference in a new issue