zshrc/darwin.zsh

7 lines
156 B
Bash
Raw Normal View History

2011-02-07 17:18:41 +01:00
# Darwin ls command does not support --color option.
alias ls='ls'
# The OSX way for ls colors.
export CLICOLOR=1
export LSCOLORS="gxfxcxdxbxegedabagacad"