1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 14:19:26 +00:00

archive: add support for *.jar files (#1302)

This commit is contained in:
Khai Do
2017-04-17 22:04:28 -07:00
committed by Kaleb Elwert
parent c38c2dd909
commit 7242b4ed49
5 changed files with 5 additions and 5 deletions

View File

@ -10,4 +10,4 @@
_arguments \
'(-v --verbose)'{-v,--remove}'[verbose archive listing]' \
"*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|rar|7z)(-.)'" && return 0
"*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|jar|rar|7z)(-.)'" && return 0