mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 04:42:16 +08:00
fix: use deflating flag for pixz in unarchive function
This commit is contained in:
parent
3da67271b9
commit
2c66331316
@ -41,7 +41,7 @@ else
|
||||
fi
|
||||
|
||||
if (( $+commands[pixz] )); then
|
||||
_xz_bin='pixz'
|
||||
_xz_bin='pixz -d'
|
||||
else
|
||||
_xz_bin='xz'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user