From 71e7e2a7408cc321e3bb8180fbc6366a19261b67 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 31 Dec 2012 12:01:47 +0200 Subject: [PATCH] fix previous commit ? --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 49df08da..7ace54bf 100644 --- a/zshrc +++ b/zshrc @@ -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