mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-24 01:37:27 +08:00
Compare commits
No commits in common. "fae34b383d6432f7118c2ad082224f6d27d51221" and "3d51d6307791cf49c2ef28f2c05a542e521d85d7" have entirely different histories.
fae34b383d
...
3d51d63077
@ -6,7 +6,7 @@
|
|||||||
# Inspiration : https://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh
|
# Inspiration : https://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh
|
||||||
|
|
||||||
function _jake () {
|
function _jake () {
|
||||||
if [ -f Jakefile ] || [ -f jakefile ] || [ -f Jakefile.js ] || [ -f jakefile.js ]; then
|
if [ -f Jakefile ]||[ -f jakefile ]; then
|
||||||
compadd `jake -T | cut -d " " -f 2 | sed -E "s/.\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"`
|
compadd `jake -T | cut -d " " -f 2 | sed -E "s/.\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"`
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
@ -43,7 +43,6 @@ subcmds=(
|
|||||||
'provides'
|
'provides'
|
||||||
'rdependents'
|
'rdependents'
|
||||||
'rdeps'
|
'rdeps'
|
||||||
'reclaim'
|
|
||||||
'rpmpackage'
|
'rpmpackage'
|
||||||
'search'
|
'search'
|
||||||
'selfupdate'
|
'selfupdate'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user