From da038f094cccc2210654656794e428f8b7cd013c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 25 Mar 2009 20:27:51 +0100 Subject: ls-colors: Added a left-out colon --- etc/ls-colors | 10 +++++----- 1 file 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"} -- cgit v1.2.3