1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Update gulp.plugin.zsh

Sort pipe dropped and fix 2>/dev/null
This commit is contained in:
Giordano Vicari 2015-12-15 11:14:25 +01:00
parent ee8f3771e9
commit 8042394c78

View file

@ -20,7 +20,7 @@
# in the current directory.
#
function $$gulp_completion {
compls=$(gulp --tasks-simple >/dev/null | sort)
compls=$(gulp --tasks-simple 2>/dev/null)
completions=(${=compls})
compadd -- $completions