Tuesday 21 July 2009

linux command line colors

Run this command to dump the colors to a text file:
dircolors --print-database >> .ls_colors

Edit the text file.

Add this line to your .profile file:
eval $(dircolors -b ~/.ls_colors)


http://articles.techrepublic.com.com/5100-10878_11-5749641.html

No comments:

Post a Comment