mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added missing FX and named colors to spectrum.
This commit is contained in:
parent
05c94e2dd5
commit
b65195156d
39 changed files with 57 additions and 16 deletions
|
|
@ -1,21 +0,0 @@
|
|||
function _phing_does_target_list_need_generating() {
|
||||
if [[ ! -f .phing_targets ]]; then
|
||||
return 0
|
||||
else
|
||||
accurate=$(stat -f%m .phing_targets)
|
||||
changed=$(stat -f%m build.xml)
|
||||
return $(expr $accurate '>=' $changed)
|
||||
fi
|
||||
}
|
||||
|
||||
function _phing() {
|
||||
if [[ -f build.xml ]]; then
|
||||
if _phing_does_target_list_need_generating; then
|
||||
phing -l |grep -v ":" |grep -v "^$"|grep -v "\-" > .phing_targets
|
||||
fi
|
||||
compadd `cat .phing_targets`
|
||||
fi
|
||||
}
|
||||
|
||||
compdef _phing phing
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue