# Darwin ls command does not support --color option. alias ls='ls' # The OSX way for ls colors. export CLICOLOR=1 export LSCOLORS="gxfxcxdxbxegedabagacad"