]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/dircolors: Display pipes and sockets in green.
authorSimon Ruderich <simon@ruderich.org>
Thu, 24 Oct 2013 00:28:58 +0000 (02:28 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 24 Oct 2013 00:28:58 +0000 (02:28 +0200)
shell/dircolors.in

index 0df7768de3a7703ea750c50a41b3bb2ae5797748..090a820ce7c44c64ac83f5ffd2ab755490f05013 100644 (file)
@@ -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.