From c6f9e74aa71b480b237f770f8bedd5e22b0d98bd Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Sun, 18 Mar 2012 15:05:46 +0000 Subject: [PATCH] Enable colour support for ls on Mac --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index 837effb..cb9df88 100644 --- a/bashrc +++ b/bashrc @@ -72,6 +72,8 @@ if [ -x /usr/bin/dircolors ]; then alias egrep='egrep --color=auto' fi +export CLICOLOR="YES" + # some more ls aliases alias ll='ls -alF' alias la='ls -A' -- 2.34.1