mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Update gulp.plugin.zsh
Remove `local` stuff that cause an error in shell
This commit is contained in:
parent
4f314e2a32
commit
015437cab8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue