1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

extract: add IPA to extractable filetypes (#9117)

Co-authored-by: Marc Cornellà <marc.cornella@live.com>
This commit is contained in:
Thi Doãn
2020-07-18 23:32:50 +09:00
committed by GitHub
parent c99f3c50fa
commit 322e592c38
3 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ plugins=(... extract)
| `bz2` | Bzip2 file |
| `deb` | Debian package |
| `gz` | Gzip file |
| `ipa` | iOS app package |
| `ipsw` | iOS firmware file |
| `jar` | Java Archive |
| `lrz` | LRZ archive |