Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Change 'ls' directory colors' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Change 'ls' directory colors
Authored by: lkravovicz on Nov 25, '08 05:43:00AM

leopard's man ls gives the following info:

LSCOLORS The value of this variable describes what color to use for which attribute when colors are enabled with CLICOLOR. This
string is a concatenation of pairs of the format fb, where f is the foreground color and b is the background color.

...

and so forth.

export LSCOLORS='Exfxcxdxbxegedabagacad'

gave me the lighter blue directories that i was looking for. now the line lives in my /etc/bashrc



[ Reply to This | # ]