From 73ebea73ed365e5a519a6edf81940816a881a0e5 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 24 Oct 2013 02:28:58 +0200 Subject: [PATCH] shell/dircolors: Display pipes and sockets in green. --- shell/dircolors.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell/dircolors.in b/shell/dircolors.in index 0df7768..090a820 100644 --- a/shell/dircolors.in +++ b/shell/dircolors.in @@ -54,10 +54,10 @@ STICKY_OTHER_WRITABLE 34;42;01 # yellow background. STICKY 34;43;01 -# Named pipes: normal. -FIFO 00 -# Sockets: normal. -SOCK 00 +# Named pipes: green. +FIFO 32 +# Sockets: green. +SOCK 32 # Block devices: normal. BLK 00 # Character devices: normal. -- 2.43.2