1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00

[archive] correct unarchive aliases

This commit is contained in:
Matt Hamilton 2016-01-07 16:20:23 -05:00
parent 89b2986db9
commit 7020eead86

View file

@ -13,7 +13,7 @@ if (( ${+commands[pigz]} )); then
fi
if (( ${+commands[unpigz]} )); then
alias gunzip='pigz'
alias gunzip='unpigz'
fi
#
@ -25,5 +25,5 @@ if (( ${+commands[pbzip2]} )); then
fi
if (( ${+commands[pbunzip2]} )); then
alias bunzip2='pbzip2'
alias bunzip2='pbunzip2'
fi