mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(extract): add zpaq support (#11478)
This commit is contained in:
parent
f8bf8f0029
commit
9b91e82560
3 changed files with 3 additions and 1 deletions
|
|
@ -73,6 +73,7 @@ EOF
|
|||
(*.zst) unzstd "$file" ;;
|
||||
(*.cab) cabextract -d "$extract_dir" "$file" ;;
|
||||
(*.cpio) cpio -idmvF "$file" ;;
|
||||
(*.zpaq) zpaq x "$file" ;;
|
||||
(*)
|
||||
echo "extract: '$file' cannot be extracted" >&2
|
||||
success=1 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue