diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-07 12:41:58 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-07 12:41:58 +0200 | 
| commit | e51fd61b63bea2d4f1761e91665f86e1af8080c1 (patch) | |
| tree | 3606bacea04ef34db27efc62780f68dc5bdfebc8 | |
| parent | 565ba86a6d14155e0efa5b5343c31fa930010af0 (diff) | |
etc/completion: CHanged colors
| -rw-r--r-- | etc/completion | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/completion b/etc/completion index 8883648..ed906be 100644 --- a/etc/completion +++ b/etc/completion @@ -13,11 +13,11 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z} m:_=\\\ ' ''  # Be verbose  zstyle ':completion:*' verbose true  zstyle ':completion:*:descriptions' format \ -       "${ps_info}·${ps_reset} %d ${ps_info}·${ps_reset}" +       "${ps_yellow}·${ps_reset} %d ${ps_yellow}·${ps_reset}"  zstyle ':completion:*:messages' format \ -       "${ps_info}·${ps_reset} %d ${ps_info}·${ps_reset}" +       "${ps_yellow}·${ps_reset} %d ${ps_yellow}·${ps_reset}"  zstyle ':completion:*:corrections' format \ -       "${ps_info}·${ps_reset} %d ${ps_info}·${ps_reset}" +       "${ps_yellow}·${ps_reset} %d ${ps_yellow}·${ps_reset}"  zstyle ':completion:*:warnings' format \         "${ps_red}no match:${ps_reset} %d"  | 
