From 79814a4c9f765cb789551aa516bc5bc605a7def9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 Mar 2009 22:25:41 +0100 Subject: More filetypes for dircolors and suffix aliases --- etc/aliases/suffix | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'etc/aliases') diff --git a/etc/aliases/suffix b/etc/aliases/suffix index d86d8a4..9a2f1bc 100644 --- a/etc/aliases/suffix +++ b/etc/aliases/suffix @@ -3,30 +3,33 @@ ## vim:ft=zsh # part 1: what filetypes to open whith what app? # List of filetypes covered by aliases -filetypes=(archive audio midi video image document raw office emul web) +filetypes=(archive audio document emul image midi office raw video web) # File extensions archive_formats=(tar.bz2 tar.gz tar bz2 gz zip rar) -audio_formats=(flac mp3 ogg wav wma) -midi_formats=(mid s3m) -video_formats=(avi divx flv m4v mkv mp4 mpg mpeg ogm wmv) -image_formats=(bmp jpg jpeg gif png) +audio_formats=(aif aifc aiff amr amr au awb awb axa flac gsm kar m3u m3u m4a mid + midi mp2 mp3 mpega mpga oga ogg pls ra ra ram rm sd2 sid snd spx wav wax wma) document_formats=(pdf ps) -raw_formats=(conf ini log txt htm html xhtml c cpp lst) -office_formats=(doc odt ott rtf sxw) emul_formats=(exe) +image_formats=(art bmp cdr cdt cpt djv djvu gif ico ief jng jpe jpeg jpg pat pbm + pcx pgm png pnm ppm psd ras rgb svg svgz tif tiff wbmp xbm xpm xwd) +midi_formats=(mid s3m) +office_formats=(doc odt ott rtf sxw) +raw_formats=(conf ini log txt htm html xhtml c cpp lst) +video_formats=(3gp asf asx avi axv dif dl dv fli flv gl lsf lsx mng mov movie mp4 + mpe mpeg mpg mpv mxu ogv qt wm wmv wmx wvx) web_formats=(com de net org) # Applications archive_app='extr' audio_app='mplayer' -video_app='mplayer' -midi_app='timidity' -image_app='feh' document_app='kpdf' -raw_app='vim' -office_app='openoffice' emul_app='wine' +image_app='feh' +midi_app='timidity' +office_app='openoffice' +raw_app='vim' +video_app='mplayer' web_app='x-www-browser' # part 2: create the aliases -- cgit v1.2.3