mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 09:58:47 -07:00
Update gulp.plugin.zsh
Sort pipe dropped and fix 2>/dev/null
This commit is contained in:
parent
ee8f3771e9
commit
8042394c78
@ -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 New Issue
Block a user