Commit 4f314e2a authored by Giordano Vicari's avatar Giordano Vicari
Browse files

Update gulp.plugin.zsh

Add local stuff
parent 8042394c
......@@ -20,9 +20,9 @@
# in the current directory.
#
function $$gulp_completion {
compls=$(gulp --tasks-simple 2>/dev/null)
local compls=$(gulp --tasks-simple 2>/dev/null)
completions=(${=compls})
local 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