mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Update gulp.plugin.zsh
Sort pipe dropped and fix 2>/dev/null
This commit is contained in:
parent
ee8f3771e9
commit
8042394c78
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
# in the current directory.
|
# in the current directory.
|
||||||
#
|
#
|
||||||
function $$gulp_completion {
|
function $$gulp_completion {
|
||||||
compls=$(gulp --tasks-simple >/dev/null | sort)
|
compls=$(gulp --tasks-simple 2>/dev/null)
|
||||||
|
|
||||||
completions=(${=compls})
|
completions=(${=compls})
|
||||||
compadd -- $completions
|
compadd -- $completions
|
||||||
|
|
Loading…
Reference in a new issue