diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-23 22:25:41 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-23 22:25:41 +0100 |
commit | 79814a4c9f765cb789551aa516bc5bc605a7def9 (patch) | |
tree | 9c92a08e7e4d590267cb2d05479e3fb9aa85129d /etc/aliases | |
parent | 127a6f8b71664556400fecf256afa63370f14c4f (diff) |
More filetypes for dircolors and suffix aliases
Diffstat (limited to 'etc/aliases')
-rw-r--r-- | etc/aliases/suffix | 27 |
1 files changed, 15 insertions, 12 deletions
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 |