From ee20c55fef2c6b4137bfbaf00536bb16ffeef5f9 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 24 Oct 2012 12:35:08 -0700 Subject: [PATCH] Remove background color for symbolic links in linux dircolors --- dircolors/linux.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dircolors/linux.cfg b/dircolors/linux.cfg index ac64d0f..23d5121 100644 --- a/dircolors/linux.cfg +++ b/dircolors/linux.cfg @@ -65,7 +65,7 @@ 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;07;30;46 # symbolic link. (If you set this to 'target' instead of a +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.) MULTIHARDLINK 00 # regular file with more than one link FIFO 07;30;43 # pipe