mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Update gulp.plugin.zsh
Add local stuff
This commit is contained in:
parent
75310aa625
commit
911e030972
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@
|
||||||
# in the current directory.
|
# in the current directory.
|
||||||
#
|
#
|
||||||
function $$gulp_completion {
|
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
|
compadd -- $completions
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue