From b37ce2d19f84dbe12f8d01cf5299e56f3a4fb448 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 25 Dec 2012 11:27:16 +0200 Subject: [PATCH] fix previous commit --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 79b8ac92..e228cbd2 100644 --- a/zshrc +++ b/zshrc @@ -38,7 +38,7 @@ zstyle ':completion:*' completer _expand _complete _correct _approximate zstyle ':completion:*' format 'Completing %d' zstyle ':completion:*' group-name '' zstyle ':completion:*' menu select=2 -if ! [ $UNAME != "Darwin" ]; then +if ! [ $UNAME = "Darwin" ]; then eval "$(dircolors -b)" fi zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}