Skip to content

Commit

Permalink
fix darwin color ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tramp committed Jul 18, 2012
1 parent 53ef536 commit 33f22af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion darwin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# darwin specific fixes / alignments

# Darwin ls command does not support --color option.
alias ls='ls'
alias ls=' ls'
alias myls=' ls'

# The OSX way for ls colors.
export CLICOLOR=1
Expand Down

0 comments on commit 33f22af

Please sign in to comment.