zshrc: fix error

This commit is contained in:
Mika Suomalainen 2012-12-25 11:25:23 +02:00
parent 661db21fc8
commit a25ad9584f
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}