]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/dircolors.in
shell/aliases: add h alias for htop
[config/dotfiles.git] / shell / dircolors.in
index 0df7768de3a7703ea750c50a41b3bb2ae5797748..f77820ac97b9059ebb83c6496b8ace354896bfba 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.
@@ -75,11 +75,16 @@ CHR 00
 # (e.g. example.foo).
 
 # Read-me files (e.g. README, program.readme, etc.): bold magenta.
-*README 35;01
-*readme 35;01
+*README     35;01
+*README.txt 35;01
+*README.md  35;01
+*README.mkd 35;01
+*readme     35;01
 # Misc files: bold magenta.
 *NEWS 35;01
 *TODO 35;01
 *todo 35;01
+# Makefiles: bold magenta.
+*Makefile 35;01
 
 # vim: ft=dircolors