提交 4f314e2a 编写于 作者: G Giordano Vicari

Update gulp.plugin.zsh

Add local stuff
上级 8042394c
...@@ -20,9 +20,9 @@ ...@@ -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
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册