From 1b78e2bb1af03e6e5245ebe1399222d0f1bfea49 Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Thu, 7 Mar 2013 01:59:24 -0500 Subject: zsh completion: add --color to completion Signed-off-by: Daniel Wallace Signed-off-by: Allan McRae --- contrib/zsh_completion.in | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index fe855bd2..3fec4eca 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -19,6 +19,7 @@ _pacman_opts_commands=( # options for passing to _arguments: options common to all commands _pacman_opts_common=( '-b[Alternate database location]:database_location:_files -/' + '--color[colorize the output]:color options:(always never auto)' '-h[Display syntax for the given operation]' '-r[Set alternate installation root]:installation root:_files -/' '-v[Be more verbose]' -- cgit v1.2.3-24-g4f1b