Add completions for ps2pdf, dvipdf and dvipdfm commands, written by Reuben Thomas.

darcs-hash:20061103141945-ac50b-7592bb5784a55272747bbb0322281b9090e5fd65.gz
This commit is contained in:
axel 2006-11-04 00:19:45 +10:00
parent 80a9fc2fce
commit 1a84a44cc2
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
complete -c dvipdf -x -a "(
__fish_complete_suffix (commandline -ct) .dvi 'DVI file'
)"

View File

@ -0,0 +1,3 @@
complete -c dvipdfm -x -a "(
__fish_complete_suffix (commandline -ct) .dvi 'DVI file'
)"

View File

@ -0,0 +1,3 @@
complete -c ps2pdf -x -a "(
__fish_complete_suffix (commandline -ct) .ps 'PostScript file'
)"