fix previous commit

This commit is contained in:
Mika Suomalainen 2012-12-25 11:27:16 +02:00
parent a25ad9584f
commit b37ce2d19f
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -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}