Fixed colors.

This commit is contained in:
Aaron Biggs 2014-01-09 08:51:45 -06:00
commit 32d7c13990
2 changed files with 2 additions and 3 deletions

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 -ls'
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