summaryrefslogtreecommitdiff
path: root/etc/completion
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-25 20:18:03 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-25 20:18:03 +0100
commit9689ad47e8c7d068aa5b711137b9b42445e5a6ad (patch)
treef0318db24d6f1925cc0427721510d4f5c5390e82 /etc/completion
parent8aa614c8432ff3061312b34df1729ab1cc3e3c8b (diff)
Use mime parameters for suffix aliases and ls-colors
Diffstat (limited to 'etc/completion')
-rw-r--r--etc/completion2
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