diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 93640f8..867056d 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -110,6 +110,7 @@ alias mkfs.fat32="sudo mkfs.fat -F 32" alias btrfs-fs-progress="sudo watch -d sudo btrfs fi us" alias btrfs-balance-progress="sudo watch -d btrfs balance status" alias xcp="rsync -aviHAXKhS --one-file-system --partial --info=progress2 --atimes --open-noatime --delete --exclude='*~' --exclude=__pycache__" +alias xcpz="xcp --compress-choice=zstd --compress-level=3 --checksum-choice=xxh3" alias tmuxs="tmux new-session -s" alias tmuxr="tmux attach-session -t"