1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-25 07:43:30 +02:00

Update gulp.plugin.zsh

Add local stuff
This commit is contained in:
Giordano Vicari
2015-12-15 11:41:36 +01:00
parent 8042394c78
commit 4f314e2a32
+2 -2
View File
@@ -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
}