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:
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