mplayer also completes on .wmv files
This commit is contained in:
parent
fe26df90fd
commit
3635387c41
@ -1,6 +1,6 @@
|
||||
# bash_completion - some programmable completion functions for bash 2.05a
|
||||
#
|
||||
# $Id: bash_completion,v 1.116 2002/02/14 23:39:04 ianmacd Exp $
|
||||
# $Id: bash_completion,v 1.117 2002/02/15 00:44:21 ianmacd Exp $
|
||||
#
|
||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||
#
|
||||
@ -55,7 +55,7 @@ complete -f -X '!*.@(pdf|PDF)' acroread xpdf
|
||||
complete -f -X '!*.texi*' makeinfo texi2dvi texi2html
|
||||
complete -f -X '!*.@(tex|TEX)' tex latex slitex jadetex pdfjadetex pdftex pdflatex
|
||||
complete -f -X '!*.@(mp3|MP3)' mpg123
|
||||
complete -f -X '!*.@(mpg|mpeg|avi|asf|vob|bin|vcd|ps|pes|fli|viv|rm|ram|yuv|mov)' mplayer
|
||||
complete -f -X '!*.@(mpg|mpeg|avi|asf|vob|bin|vcd|ps|pes|fli|viv|rm|ram|yuv|mov|wmv)' mplayer
|
||||
complete -f -X '!*.@(avi|asf)' aviplay
|
||||
complete -f -X '!*.@(rm|ram)' realplay
|
||||
complete -f -X '!*.@(mpg|mpeg|avi|mov)' xanim
|
||||
|
Loading…
x
Reference in New Issue
Block a user