change gz to xz in tar alias

This commit is contained in:
Alexander Popov 2022-08-21 17:49:07 +03:00
parent 748fbc5972
commit acb3ed8fd4
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ alias df='df -h'
alias du='du -h'
alias ..='cd ..'
alias tardir='tar -czf "../${PWD##*/}.tar.gz"' # tar.gz current dir
alias tardir='tar -cJf "../${PWD##*/}.tar.xz"' # tar.xz current dir
alias pacman-orphaned='pacman -Rns $(pacman -Qtdq)' # delete orphaned packages (Arch Linux)
# Crystal build