Commit 6ad6d114 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #4700 from giordanovi/master

Update gulp.plugin.zsh
parents 4b95c166 015437ca
......@@ -20,9 +20,9 @@
# in the current directory.
#
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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment