fix previous commit ?

This commit is contained in:
Mika Suomalainen 2012-12-31 12:01:47 +02:00
parent 066b923dec
commit 71e7e2a740
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -240,7 +240,7 @@ alias grep='grep --color=always'
alias fgrep='fgrep --color=always'
alias egrep='egrep --color=always'
# some more ls aliases
if [[ $UNAME != Darwin ]];then
if [[ $UNAME != Darwin ]] ;then
alias ll='ls -alF --color=always' && alias la='ls -A --color=always' && alias l='ls -CF --color=always'
fi