May 30
After you have enabled the color switch of ls command in shell console, it’s nice but some may complain that the deep blue color of the directories are too dark to recognize sometimes. Let’s change that.
Just open up the .profile or .bash_profile file under your home directory and put this line in it:
export LS_COLORS='di=01;34'
Done! Now the color of the ls directory listings is much lighter and easier to recognize. There’s also a tip of how to change the default dark color for comments in vi text editor.

May 30th, 2009 at 11:04 pm
[...] server resources and real-time performance: memory, swap, disk usage, CPU usage and I/O … Use Shell Environment Variable LS_COLORS to Change Directory Listing Colors of ls –color May [...]