summaryrefslogtreecommitdiff
path: root/etc/ls-colors
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-25 20:27:51 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-25 20:27:51 +0100
commitda038f094cccc2210654656794e428f8b7cd013c (patch)
tree4a2d27c8ef942c80576045ab8f6162d6f347139f /etc/ls-colors
parent9689ad47e8c7d068aa5b711137b9b42445e5a6ad (diff)
ls-colors: Added a left-out colon
Diffstat (limited to 'etc/ls-colors')
-rw-r--r--etc/ls-colors10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/ls-colors b/etc/ls-colors
index 3566aa6..637215a 100644
--- a/etc/ls-colors
+++ b/etc/ls-colors
@@ -1,8 +1,8 @@
## vim:ft=zsh
LS_COLORS="no=00:fi=00:di=01;37:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32"
-LS_COLORS+=${(j/:/):-"*."${^mime_archive}"=04;31"}
-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"}
+LS_COLORS+=:${(j/:/):-"*."${^mime_archive}"=04;31"}
+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"}