Commit 015437ca authored by Giordano Vicari's avatar Giordano Vicari
Browse files

Update gulp.plugin.zsh

Remove `local` stuff that cause an error in shell
parent 4f314e2a
......@@ -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