From 9689ad47e8c7d068aa5b711137b9b42445e5a6ad Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 25 Mar 2009 20:18:03 +0100 Subject: Use mime parameters for suffix aliases and ls-colors --- etc/completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/completion') 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 -- cgit v1.2.3