This is already done in lib/theme-and-appearance.zsh and supports Darwin/BSD/etc

This commit is contained in:
Brian Hartvigsen 2014-02-13 17:33:27 -07:00 committed by ncanceill
parent 9590b96b3f
commit c1f5a1792b

View File

@ -3,7 +3,6 @@
#
# ls, the common ones I use a lot shortened for rapid fire usage
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