From 066b923dec6c7679a06d88267d41f0cbf455b238 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 31 Dec 2012 11:56:34 +0200 Subject: [PATCH] zshrc: fix "bad pattern" --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index db5cb476..49df08da 100644 --- a/zshrc +++ b/zshrc @@ -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'