July 13, 2010

colorful ls

I was looking for a way to distinguish files and folders. It is set to non-colorful in gnome konsole I'm using.
And I find out a more generic way to overwrite a command's behavior.
Here is how to make your ls colorful:
alias 'ls=ls --color=auto'