zshrc/darwin.zsh

12 lines
329 B
Bash
Raw Normal View History

2011-02-07 17:42:37 +01:00
# @author Philipp Frischmuth <frischmuth@informatik.uni-leipzig.de>
# @license http://opensource.org/licenses/gpl-license.php
#
# darwin specific fixes / alignments
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"