mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-08 00:44:26 +01:00
Update gulp.plugin.zsh
Add local stuff
This commit is contained in:
parent
8042394c78
commit
4f314e2a32
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user