ls --color is not recognized under mac

Signed-off-by: Stibbons <gaetan@xeberon.net>
This commit is contained in:
Stibbons 2013-09-18 00:10:37 +02:00
commit efb5c7f6c8

View file

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