From ee18aa8c9e1dfa0d463ac8c9b2e1af9783de4337 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 4 Jun 2014 08:43:02 -0700 Subject: [PATCH 1/3] added .stackdump and .stderr filetypes --- LS_COLORS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LS_COLORS b/LS_COLORS index a60b260..0c01c4f 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -490,6 +490,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 .dump 38;5;241 .err 38;5;160;1 .error 38;5;160;1 +.stderr 38;5;160;1 +.stackdump 38;5;241 .zcompdump 38;5;241 .zwc 38;5;241 # tcpdump, network traffic capture From a075f925ec722d582545b90010aab96f6ea842da Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 4 Jun 2014 08:44:07 -0700 Subject: [PATCH 2/3] separate section for temporary error log files --- LS_COLORS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LS_COLORS b/LS_COLORS index 0c01c4f..7068a45 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -486,11 +486,12 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # state files .pid 38;5;248 .state 38;5;248 -# state dumps -.dump 38;5;241 +# error logs .err 38;5;160;1 .error 38;5;160;1 .stderr 38;5;160;1 +# state dumps +.dump 38;5;241 .stackdump 38;5;241 .zcompdump 38;5;241 .zwc 38;5;241 From e474f33f49ac60a4bf616692a2c549a7cf930178 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 4 Jun 2014 09:08:16 -0700 Subject: [PATCH 3/3] newlines --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index cc396b1..af09b3d 100644 --- a/README.markdown +++ b/README.markdown @@ -67,6 +67,7 @@ Here's a screenshot: LEGAL ===== © Copyright 2014 Magnus Woldrich. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Perl Artistic License for more details.