Siegfried Kiermayer <[email protected]> writes: > i'm always wondering why the default color scheme of ls for the > directory is such a bad readable blue. > > Is there any specific reason for this color? Is it possible to change it > a little bit so it is better readable?
you can change it through the LS_COLORS environment variable. You will need to change "di" for having a different color for directories. Take a look at your "dircolors" command to have a starting point for your LS_COLORS. Giuseppe
