zshrc: fix "bad pattern"

This commit is contained in:
Mika Suomalainen 2012-12-31 11:56:34 +02:00
parent 4f89ce01d1
commit 066b923dec
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -231,7 +231,7 @@ alias theme="prompt "
## -- Start of aliases which are saved from Ubuntu default bashrc. --
# enable color support of ls and also add handy aliases
if [[ $UNAME != Darwin ]];then
if [[ $UNAME != Darwin ]]; then
alias ls='ls --color=always'
fi
alias dir='dir --color=always'