zshrc/darwin.zsh

13 lines
347 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.
2012-07-18 08:05:04 +02:00
alias ls=' ls'
alias myls=' ls'
2011-02-07 17:18:41 +01:00
# The OSX way for ls colors.
export CLICOLOR=1
export LSCOLORS="gxfxcxdxbxegedabagacad"