From 926ab212f8016ba6b336cc8a58bef82495434c7f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Jun 2008 01:01:32 +0200 Subject: added '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 ce57c85..f46a6d5 100644 --- a/etc/completion +++ b/etc/completion @@ -1,7 +1,7 @@ ## vim:ft=zsh zstyle :compinstall filename "$HOME/.zshrc" -linux: zstyle ':completion:*' list-colors $(dircolors $HOME/packages/zsh/etc/dircolors | head -n 1 | sed -r 's/LS_COLORS=|;$//g') +ls-colors: zstyle ':completion:*' list-colors $(dircolors $HOME/packages/zsh/etc/dircolors | head -n 1 | sed -r 's/LS_COLORS=|;$//g') # Mark the current selection when tabbing through possible completions zstyle ':completion:*' menu select=1 # Also complete uppercase names with lowercase -- cgit v1.2.3