1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 08:41:43 +00:00

Renamed extract plugin to archive.

This commit is contained in:
Sorin Ionescu
2011-07-28 18:07:34 -04:00
parent 49c5517d1b
commit df12f2feef
3 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#compdef ls-archive
#autoload
_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