Don't set background color for directories with dircolors on Linux

This commit is contained in:
Eryn Wells 2012-10-05 14:45:45 -07:00
parent ecbe500f62
commit 2f142a8371

View file

@ -64,7 +64,7 @@ TERM xterm-debian
NORMAL 00 # no color code at all
FILE 00 # regular file: use no color at all
RESET 0 # reset to "normal" color
DIR 01;07;30;44 # directory
DIR 01;34 # directory
LINK 01;07;30;46 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
MULTIHARDLINK 00 # regular file with more than one link