mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-14 17:08:48 +02:00
Update gulp.plugin.zsh
Add local stuff
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user