mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: silence unzip command in ziextract (#614)
This commit is contained in:
parent
9cf5b17198
commit
71764bf2ca
|
|
@ -1713,7 +1713,7 @@ ziextract() {
|
|||
|
||||
case "${${ext:+.$ext}:-$file}" in
|
||||
((#i)*.zip)
|
||||
→zinit-extract() { →zinit-check unzip "$file" || return 1; command unzip -o "$file"; }
|
||||
→zinit-extract() { →zinit-check unzip "$file" || return 1; command unzip -qq -o "$file"; }
|
||||
;;
|
||||
((#i)*.rar)
|
||||
→zinit-extract() { →zinit-check unrar "$file" || return 1; command unrar x "$file"; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue