diff --git a/LS_COLORS b/LS_COLORS index a60b260..7068a45 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -486,10 +486,13 @@ 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 # tcpdump, network traffic capture 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.