From 9689ad47e8c7d068aa5b711137b9b42445e5a6ad Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 25 Mar 2009 20:18:03 +0100 Subject: Use mime parameters for suffix aliases and ls-colors --- include/mimetypes | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'include/mimetypes') diff --git a/include/mimetypes b/include/mimetypes index 5a7f92b..ad4eb79 100755 --- a/include/mimetypes +++ b/include/mimetypes @@ -12,21 +12,6 @@ audio=(${(i)audio}) video=(${(i)video}) image=(${(i)image}) -echo "## dircolors" -echo "# audio" -for type in $audio; { - echo ".$type $c_audio" -} -echo "\n# video" -for type in $video; { - echo ".$type $c_video" -} -echo "\n# images" -for type in $image; { - echo ".$type $c_image" -} - -echo "\n\n## suffix aliases" -echo "audio_formats=($audio)" -echo "video_formats=($video)" -echo "image_formats=($image)" +echo "mime_audio=($audio)" +echo "mime_video=($video)" +echo "mime_image=($image)" -- cgit v1.2.3