Add m4a format in the common aliases plugin

The m4a file format can be opened in the command line with mplayer
This commit is contained in:
Florian Boulay 2016-10-07 17:49:40 +02:00 committed by GitHub
commit 3b7c91cf7d

View file

@ -63,7 +63,7 @@ if is-at-least 4.2.0; then
_image_fts=(jpg jpeg png gif mng tiff tif xpm)
for ft in $_image_fts ; do alias -s $ft=$XIVIEWER; done
_media_fts=(ape avi flv mkv mov mp3 mpeg mpg ogg ogm rm wav webm)
_media_fts=(ape avi flv m4a mkv mov mp3 mpeg mpg ogg ogm rm wav webm)
for ft in $_media_fts ; do alias -s $ft=mplayer ; done
#read documents