mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-08 08:54:34 +01: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.
|
||||
#
|
||||
function $$gulp_completion {
|
||||
compls=$(gulp --tasks-simple >/dev/null | sort)
|
||||
compls=$(gulp --tasks-simple 2>/dev/null)
|
||||
|
||||
completions=(${=compls})
|
||||
compadd -- $completions
|
||||
|
Loading…
Reference in New Issue
Block a user