1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-15 08:01: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

6
plugins/archive/_extract Normal file
View File

@ -0,0 +1,6 @@
#compdef extract
#autoload
_arguments \
'(-r --remove)'{-r,--remove}'[Remove archive.]' \
"*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|rar|7z|deb)(-.)'" && return 0