summaryrefslogtreecommitdiff
path: root/etc/completion
diff options
context:
space:
mode:
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