fix previous commits

This commit is contained in:
nyuszika7h 2012-12-25 11:32:36 +02:00 committed by Mika Suomalainen
parent b37ce2d19f
commit 105079627b
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}