From: Simon Ruderich Date: Thu, 24 Oct 2013 00:28:58 +0000 (+0200) Subject: shell/dircolors: Display pipes and sockets in green. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=73ebea73ed365e5a519a6edf81940816a881a0e5 shell/dircolors: Display pipes and sockets in green. --- 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.