mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-27 18:07:52 +01:00
bash completion: autocomplete xhtml files
MuPDF supports xhtml files so let them by autocompleted too.
This commit is contained in:
parent
0b9571e4c1
commit
120a33d116
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ _zathura() {
|
|||
EXTS="$EXTS|pdf|PDF"
|
||||
;;
|
||||
libpdf-mupdf.so)
|
||||
EXTS="$EXTS|pdf|PDF|epub|oxps"
|
||||
EXTS="$EXTS|pdf|PDF|epub|oxps|xhtml"
|
||||
;;
|
||||
libps.so)
|
||||
EXTS="$EXTS|ps|eps|epsi|epsf"
|
||||
|
|
Loading…
Reference in a new issue