diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-25 20:18:03 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-25 20:18:03 +0100 |
commit | 9689ad47e8c7d068aa5b711137b9b42445e5a6ad (patch) | |
tree | f0318db24d6f1925cc0427721510d4f5c5390e82 /etc/completion | |
parent | 8aa614c8432ff3061312b34df1729ab1cc3e3c8b (diff) |
Use mime parameters for suffix aliases and ls-colors
Diffstat (limited to 'etc/completion')
-rw-r--r-- | etc/completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completion b/etc/completion index a96412e..8700fe9 100644 --- a/etc/completion +++ b/etc/completion @@ -6,7 +6,7 @@ zstyle ':completion:*' cache-path $ZCACHEDIR zstyle ':completion:*' use-cache true # Use ls-colors for file completion -check_com -c dircolors && zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} +zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} # Mark the current selection when tabbing through possible completions zstyle ':completion:*' menu select=1 |