From 0b9388e593e9b4777fd8b8bdc431361328cd7f5c Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 20 Jul 2014 09:09:28 -0700 Subject: [PATCH] Updated darwin ls colors --- dircolors/darwin.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dircolors/darwin.cfg b/dircolors/darwin.cfg index 80253be..e629f1b 100644 --- a/dircolors/darwin.cfg +++ b/dircolors/darwin.cfg @@ -30,7 +30,7 @@ STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable # This is for files with execute permission: -EXEC 00;32 +EXEC 01;32 # List any file extensions like '.gz' or '.tar' that you would like ls # to colorize below. Put the extension, a space, and the color init string. # (and any comments you want to add after a '#') @@ -154,7 +154,8 @@ EXEC 00;32 #.h 00;33 #.cc 00;33 #.hh 00;33 +.a 00;31 # Build artifacts can be 'ignored' -.pyc 01;32 -.o 01;32 +.pyc 00;92 +.o 00;92