diff options
author | Ing. Jan Kaláb <jan+github@kalabovi.org> | 2019-01-15 19:03:07 +0100 |
---|---|---|
committer | Marc CornellĂ <marc.cornella@live.com> | 2019-01-15 19:03:07 +0100 |
commit | 586ca16902d9dae4d95d5256a824572f60219c83 (patch) | |
tree | 2c0c337980a605df641a0fb84041e153fb916038 /plugins/extract/_extract | |
parent | 026e4e499e6b01ebe4b6d9748c6e2eb182ad1359 (diff) | |
download | zsh-586ca16902d9dae4d95d5256a824572f60219c83.tar.gz zsh-586ca16902d9dae4d95d5256a824572f60219c83.tar.bz2 zsh-586ca16902d9dae4d95d5256a824572f60219c83.zip |
extract: add AAR Android archive support (#7511)
Diffstat (limited to 'plugins/extract/_extract')
-rw-r--r-- | plugins/extract/_extract | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extract/_extract b/plugins/extract/_extract index 3baefa339..33d49fcc5 100644 --- a/plugins/extract/_extract +++ b/plugins/extract/_extract @@ -3,5 +3,5 @@ _arguments \ '(-r --remove)'{-r,--remove}'[Remove archive.]' \ - "*::archive file:_files -g '(#i)*.(7z|Z|apk|bz2|deb|gz|ipsw|jar|lzma|rar|sublime-package|tar|tar.bz2|tar.gz|tar.xz|tar.zma|tbz|tbz2|tgz|tlz|txz|war|whl|xpi|xz|zip)(-.)'" \ + "*::archive file:_files -g '(#i)*.(7z|Z|apk|aar|bz2|deb|gz|ipsw|jar|lzma|rar|sublime-package|tar|tar.bz2|tar.gz|tar.xz|tar.zma|tbz|tbz2|tgz|tlz|txz|war|whl|xpi|xz|zip)(-.)'" \ && return 0 |