Allow evince to complete on wider variety of files (from Vijay Durairaj
<durairaj@cs.utah.edu>)
This commit is contained in:
parent
2decab85a8
commit
d1299d8fc2
@ -1,6 +1,6 @@
|
|||||||
# bash_completion - programmable completion functions for bash 3.0
|
# bash_completion - programmable completion functions for bash 3.0
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.827 2005/07/21 19:21:22 ianmacd Exp $
|
# $Id: bash_completion,v 1.828 2005/07/24 08:12:41 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -87,7 +87,8 @@ complete -f -X '!*.@(gif|jp?(e)g|tif?(f)|png|p[bgp]m|bmp|x[bp]m|rle|rgb|pcx|fits
|
|||||||
complete -f -X '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ|.bz2|.BZ2|.Z))' gv ggv kghostview
|
complete -f -X '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ|.bz2|.BZ2|.Z))' gv ggv kghostview
|
||||||
complete -f -X '!*.@(dvi|DVI)?(.@(gz|Z|bz2))' xdvi
|
complete -f -X '!*.@(dvi|DVI)?(.@(gz|Z|bz2))' xdvi
|
||||||
complete -f -X '!*.@(dvi|DVI)' dvips dviselect dvitype
|
complete -f -X '!*.@(dvi|DVI)' dvips dviselect dvitype
|
||||||
complete -f -X '!*.@(pdf|PDF)' acroread gpdf xpdf kpdf evince
|
complete -f -X '!*.@(pdf|PDF)' acroread gpdf xpdf kpdf
|
||||||
|
complete -f -X '!*.@(@(?(e)ps|?(E)PS)?(.gz|.GZ)|pdf|PDF|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)'
|
||||||
complete -f -X '!*.@(?(e)ps|?(E)PS)' ps2pdf
|
complete -f -X '!*.@(?(e)ps|?(E)PS)' ps2pdf
|
||||||
complete -f -X '!*.texi*' makeinfo texi2html
|
complete -f -X '!*.texi*' makeinfo texi2html
|
||||||
complete -f -X '!*.@(?(la)tex|?(LA)TEX|texi|TEXI|dtx|DTX|ins|INS)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi
|
complete -f -X '!*.@(?(la)tex|?(LA)TEX|texi|TEXI|dtx|DTX|ins|INS)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user