Update gulp.plugin.zsh

Remove `local` stuff that cause an error in shell
master
Giordano Vicari 11 years ago
parent 4f314e2a32
commit 015437cab8
  1. 4
      plugins/gulp/gulp.plugin.zsh

@ -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…
Cancel
Save