mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 01:33:40 +01:00
commit
6ad6d114dc
@ -20,9 +20,9 @@
|
|||||||
# in the current directory.
|
# in the current directory.
|
||||||
#
|
#
|
||||||
function $$gulp_completion {
|
function $$gulp_completion {
|
||||||
local compls=$(gulp --tasks-simple 2>/dev/null)
|
compls=$(gulp --tasks-simple 2>/dev/null)
|
||||||
|
|
||||||
local completions=(${=compls})
|
completions=(${=compls})
|
||||||
compadd -- $completions
|
compadd -- $completions
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user