Skip to content

Commit

Permalink
Merge branch 'main' into fix/sbin-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Dec 30, 2023
2 parents 2cd808f + 71764bf commit c729df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/gh-r.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
run $mas version; assert $state equals 0
}
@test 'mcfly' { # Fly through your shell history. Great Scott
run zinit for @cantino/mcfly; assert $state equals 0
run zinit ver'v0.8.3' for @cantino/mcfly; assert $state equals 0
local mcfly="$ZBIN/mcfly"; assert "$mcfly" is_executable
run $mcfly --version; assert $state equals 0
}
Expand Down
2 changes: 1 addition & 1 deletion zinit-install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"; }
Expand Down

0 comments on commit c729df3

Please sign in to comment.