summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-25 22:26:47 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-25 22:26:47 +0100
commite2da1a8faf9cc50d75413461d30474b034932d22 (patch)
treeedd9d3a04e8c2ea51c54d8ae84fa7fb266d064e3 /etc
parentda038f094cccc2210654656794e428f8b7cd013c (diff)
actually export $LS_COLORS
Diffstat (limited to 'etc')
-rw-r--r--etc/ls-colors2
1 files changed, 2 insertions, 0 deletions
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