zshrc/darwin.zsh
2011-02-07 17:18:41 +01:00

7 lines
156 B
Bash

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