summaryrefslogtreecommitdiff
path: root/src/dircolors.hin
diff options
context:
space:
mode:
Diffstat (limited to 'src/dircolors.hin')
-rw-r--r--src/dircolors.hin3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 02af508d3..8d401b849 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -37,7 +37,8 @@ TERM vt100
NORMAL 00 # global default, although everything should be something.
FILE 00 # normal file
DIR 01;34 # directory
-LINK 01;36 # symbolic link
+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.)
FIFO 40;33 # pipe
SOCK 01;35 # socket
DOOR 01;35 # door