mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
extract: add lrz support (#8500)
This commit is contained in:
parent
b0be0439e5
commit
6bac9eb103
3 changed files with 5 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ plugins=(... extract)
|
|||
| `gz` | Gzip file |
|
||||
| `ipsw` | iOS firmware file |
|
||||
| `jar` | Java Archive |
|
||||
| `lrz` | LRZ archive |
|
||||
| `lzma` | LZMA archive |
|
||||
| `rar` | WinRAR archive |
|
||||
| `rpm` | RPM package |
|
||||
|
|
@ -32,6 +33,7 @@ plugins=(... extract)
|
|||
| `tar` | Tarball |
|
||||
| `tar.bz2` | Tarball with bzip2 compression |
|
||||
| `tar.gz` | Tarball with gzip compression |
|
||||
| `tar.lrz` | Tarball with lrzip compression |
|
||||
| `tar.lz` | Tarball with lzip compression |
|
||||
| `tar.xz` | Tarball with lzma2 compression |
|
||||
| `tar.zma` | Tarball with lzma compression |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue