From: Richard Whitehouse Date: Sun, 18 Mar 2012 15:05:46 +0000 (+0000) Subject: Enable colour support for ls on Mac X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=c6f9e74aa71b480b237f770f8bedd5e22b0d98bd;p=dotfiles.git Enable colour support for ls on Mac --- 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'