mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
extract: add RPM archive support (#8347)
Also more quiet extraction. -D for cpio was not used due to additional output.
This commit is contained in:
parent
26df8a2274
commit
68c4c06283
3 changed files with 3 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ plugins=(... extract)
|
|||
| `jar` | Java Archive |
|
||||
| `lzma` | LZMA archive |
|
||||
| `rar` | WinRAR archive |
|
||||
| `rpm` | RPM package |
|
||||
| `sublime-package` | Sublime Text package |
|
||||
| `tar` | Tarball |
|
||||
| `tar.bz2` | Tarball with bzip2 compression |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue