1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-12-22 06:58:01 +00:00

fix: use deflating flag for pixz in unarchive function

This commit is contained in:
Eugen Blattner 2022-04-05 20:48:58 +02:00 committed by Kaleb Elwert
parent 3da67271b9
commit 2c66331316

View File

@ -41,7 +41,7 @@ else
fi fi
if (( $+commands[pixz] )); then if (( $+commands[pixz] )); then
_xz_bin='pixz' _xz_bin='pixz -d'
else else
_xz_bin='xz' _xz_bin='xz'
fi fi