[pacman-dev] [PATCH] zsh completiong: add --color to completion Signed-off-by: Daniel Wallace <danielwallace@gtmanfred.com>
7 Mar
2013
7 Mar
'13
2 a.m.
--- contrib/zsh_completion.in | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index 84ee93c..69fedf7 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -17,6 +17,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]' -- 1.8.1.5
4319
Age (days ago)
4319
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel Wallace