summaryrefslogtreecommitdiff
path: root/src/dircolors.hin
diff options
context:
space:
mode:
Diffstat (limited to 'src/dircolors.hin')
-rw-r--r--src/dircolors.hin5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 3fb5a2f36..e60e11c6f 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -63,8 +63,9 @@ TERM xterm-debian
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# Background color codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
-NORMAL 00 # global default, although everything should be something.
-FILE 00 # normal file
+#NORMAL 00 # no color code at all
+#FILE 00 # regular file: use no color at all
+RESET 0 # reset to "normal" color
DIR 01;34 # directory
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)