Skip to content

Commit

Permalink
modified default ls again with color (auto)
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Jul 24, 2011
1 parent aebe0a2 commit a8c2cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a8c2cfc

Please sign in to comment.