modified default ls again with color (auto)

master
Sebastian Tramp 2011-07-24 21:21:54 +02:00
parent aebe0a2b67
commit a8c2cfc424
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ alias feierabend='sudo shutdown -h now'
alias j=' j'
##### standard aliases (start with a space to be ignored in history)
# default ls is untouched
# default ls is untouched, except coloring
alias ls=' ls --color=auto'
alias myls=' ls -C -F -h --color=always'
alias l=" myls"
alias ll=' myls -l'