summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Wallace <danielwallace@gtmanfred.com>2013-03-07 07:59:24 +0100
committerAllan McRae <allan@archlinux.org>2013-03-10 00:07:00 +0100
commit1b78e2bb1af03e6e5245ebe1399222d0f1bfea49 (patch)
tree843b5e2f52b7bd59ab29c4aa25499e89ab60e787
parent8fd62a39b5d7cb7b8fd73bdfc5dc1ef55f445091 (diff)
downloadpacman-1b78e2bb1af03e6e5245ebe1399222d0f1bfea49.tar.gz
pacman-1b78e2bb1af03e6e5245ebe1399222d0f1bfea49.tar.xz
zsh completion: add --color to completion
Signed-off-by: Daniel Wallace <danielwallace@gtmanfred.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--contrib/zsh_completion.in1
1 files changed, 1 insertions, 0 deletions
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]'