mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 16:00:41 +01:00
Update gulp.plugin.zsh
Sort pipe dropped and fix 2>/dev/null
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user