From e2da1a8faf9cc50d75413461d30474b034932d22 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 25 Mar 2009 22:26:47 +0100 Subject: actually export $LS_COLORS --- etc/ls-colors | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/ls-colors b/etc/ls-colors index 637215a..aa17f5d 100644 --- a/etc/ls-colors +++ b/etc/ls-colors @@ -6,3 +6,5 @@ LS_COLORS+=:${(j/:/):-"*."${^mime_audio}"=04;36"} LS_COLORS+=:${(j/:/):-"*."${^mime_document}"=04"} LS_COLORS+=:${(j/:/):-"*."${^mime_image}"=04;33"} LS_COLORS+=:${(j/:/):-"*."${^mime_video}"=04;32"} + +export LS_COLORS -- cgit v1.2.3