diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-09-29 13:19:47 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-09-29 14:05:21 +0200 |
commit | 09d95251a7176e0c4b2a71837b7356980fe738e5 (patch) | |
tree | 1b9805657f8a5c41f180efcbeba3d212d6c5e6d2 /plugins/extract/_extract | |
parent | 1ad2556ce37d3900f38f5905ded60168dbd36ab7 (diff) | |
download | zsh-09d95251a7176e0c4b2a71837b7356980fe738e5.tar.gz zsh-09d95251a7176e0c4b2a71837b7356980fe738e5.tar.bz2 zsh-09d95251a7176e0c4b2a71837b7356980fe738e5.zip |
extract: fix styling
Diffstat (limited to 'plugins/extract/_extract')
-rw-r--r-- | plugins/extract/_extract | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/extract/_extract b/plugins/extract/_extract index 387b344bc..a73c892d9 100644 --- a/plugins/extract/_extract +++ b/plugins/extract/_extract @@ -4,5 +4,3 @@ _arguments \ '(-r --remove)'{-r,--remove}'[Remove archive.]' \ "*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|ipsw|rar|7z|deb)(-.)'" && return 0 - - |