Skip to content

Commit

Permalink
Merge pull request #2639 from jieryn/master
Browse files Browse the repository at this point in the history
add common video formats FLV and WEBM
  • Loading branch information
robbyrussell committed Mar 22, 2014
2 parents ca90021 + 1509ac9 commit c137c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/common-aliases/common-aliases.plugin.zsh
Expand Up @@ -71,7 +71,7 @@ if [ ${ZSH_VERSION//\./} -ge 420 ]; then
_image_fts=(jpg jpeg png gif mng tiff tif xpm)
for ft in $_image_fts ; do alias -s $ft=$XIVIEWER; done

_media_fts=(avi mpg mpeg ogm mp3 wav ogg ape rm mov mkv)
_media_fts=(ape avi flv 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 c137c7b

Please sign in to comment.