mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
chore(extract): Fix supported file extension sorting
Previously the sorting was case sensitive (A-Z then a-z) in `README.md` but not in the completions file `_extract`, now both are case insensitive.
This commit is contained in:
parent
7a0aa439e8
commit
0c7b74a0f6
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ plugins=(... extract)
|
|||
| Extension | Description |
|
||||
| :---------------- | :-------------------------------------- |
|
||||
| `7z` | 7zip file |
|
||||
| `Z` | Z archive (LZW) |
|
||||
| `apk` | Android app file |
|
||||
| `aar` | Android library file |
|
||||
| `bz2` | Bzip2 file |
|
||||
|
|
@ -60,6 +59,7 @@ plugins=(... extract)
|
|||
| `whl` | Python wheel file |
|
||||
| `xpi` | Mozilla XPI module file |
|
||||
| `xz` | LZMA2 archive |
|
||||
| `Z` | Z archive (LZW) |
|
||||
| `zip` | Zip archive |
|
||||
| `zlib` | zlib archive |
|
||||
| `zst` | Zstandard file (zstd) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue