fix ls --colors issue on macos

rely on zsh (see aliases files) for setting ls in color mode.

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2013-10-31 01:50:39 +01:00
commit da8d0e41df

View file

@ -3,7 +3,7 @@
#
# ls, the common ones I use a lot shortened for rapid fire usage
alias ls='ls --color' # I like color
# alias ls='ls --color' # I like color
alias l='ls -lFh' # size,show type,human readable
alias la='ls -lAFh' # long list,show almost all,show type,human readable
alias lr='ls -tRFh' # sorted by date,recursive,show type,human readable