From cecde311712fac1252e70ce32c1f5e699feb9d1e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 19 Dec 1996 05:21:40 +0000 Subject: [PATCH] (ORPHAN): By default, color orphans red on a black background. --- src/dircolors.hin | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dircolors.hin b/src/dircolors.hin index 05e38ff..d8395e8 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -36,6 +36,7 @@ FIFO 40;33 # pipe SOCK 01;35 # socket BLK 40;33;01 # block device driver CHR 40;33;01 # character device driver +ORPHAN 40;31;01 # symlink to nonexistent file # This is for files with execute permission: EXEC 01;32 -- 2.7.4