mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
extract: add tar.lz support (#8479)
This commit is contained in:
parent
1761685d3e
commit
ad1169bf39
3 changed files with 3 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ plugins=(... extract)
|
|||
| `tar` | Tarball |
|
||||
| `tar.bz2` | Tarball with bzip2 compression |
|
||||
| `tar.gz` | Tarball with gzip compression |
|
||||
| `tar.lz` | Tarball with lzip compression |
|
||||
| `tar.xz` | Tarball with lzma2 compression |
|
||||
| `tar.zma` | Tarball with lzma compression |
|
||||
| `tar.zst` | Tarball with zstd compression |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue