We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76807f commit 28cf08fCopy full SHA for 28cf08f
completions/evince
@@ -25,7 +25,7 @@ _evince()
25
return
26
fi
27
28
- _filedir '@(@(?(e)ps|?(E)PS|[pf]df|[PF]DF|dvi|DVI)?(.gz|.GZ|.bz2|.BZ2|.xz|.XZ)|cb[rz]|djv?(u)|tif?(f))'
+ _filedir '@(@(?(e|?(o)x)ps|?(E)PS|[pf]df|[PF]DF|dvi|DVI)?(.gz|.GZ|.bz2|.BZ2|.xz|.XZ)|cb[7rtz]|djv?(u)|tif?(f))'
29
} &&
30
complete -F _evince evince
31
0 commit comments