diff options
author | Richard Pöttler <richard.poettler@gmail.com> | 2019-11-19 17:00:53 +0100 |
---|---|---|
committer | Marc CornellĂ <marc.cornella@live.com> | 2019-11-19 17:00:53 +0100 |
commit | 68c4c06283739cc0c7f619172b35544e88921308 (patch) | |
tree | c96fed33a01d4a401e55269aac39e45266e65863 /plugins/extract/_extract | |
parent | 26df8a22741ea4bb5264233344e42ce900fd26b6 (diff) | |
download | zsh-68c4c06283739cc0c7f619172b35544e88921308.tar.gz zsh-68c4c06283739cc0c7f619172b35544e88921308.tar.bz2 zsh-68c4c06283739cc0c7f619172b35544e88921308.zip |
extract: add RPM archive support (#8347)
Also more quiet extraction. -D for cpio was not used due to additional
output.
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 33d49fcc5..0257ce231 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|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)(-.)'" \ + "*::archive file:_files -g '(#i)*.(7z|Z|apk|aar|bz2|deb|gz|ipsw|jar|lzma|rar|rpm|sublime-package|tar|tar.bz2|tar.gz|tar.xz|tar.zma|tbz|tbz2|tgz|tlz|txz|war|whl|xpi|xz|zip)(-.)'" \ && return 0 |