Skip to content

Commit

Permalink
Add m4a format in the common aliases plugin (ohmyzsh#5502)
Browse files Browse the repository at this point in the history
The m4a file format can be opened in the command line with mplayer
  • Loading branch information
fboulay authored and fhenrysson committed Mar 9, 2017
1 parent 011a91b commit 31c0429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/common-aliases/common-aliases.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31c0429

Please sign in to comment.