mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-06 08:24:56 +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"
|
EXTS="$EXTS|pdf|PDF"
|
||||||
;;
|
;;
|
||||||
libpdf-mupdf.so)
|
libpdf-mupdf.so)
|
||||||
EXTS="$EXTS|pdf|PDF|epub|oxps"
|
EXTS="$EXTS|pdf|PDF|epub|oxps|xhtml"
|
||||||
;;
|
;;
|
||||||
libps.so)
|
libps.so)
|
||||||
EXTS="$EXTS|ps|eps|epsi|epsf"
|
EXTS="$EXTS|ps|eps|epsi|epsf"
|
||||||
|
|
Loading…
Reference in a new issue