1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +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:
Richard Pöttler
2019-11-19 17:00:53 +01:00
committed by Marc Cornellà
parent 26df8a2274
commit 68c4c06283
3 changed files with 3 additions and 1 deletions

View File

@@ -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 |