From ac160b40c89bcb3ff9d80986e85c9f4cf372103a Mon Sep 17 00:00:00 2001 From: Azalea Date: Tue, 6 Aug 2024 15:01:27 +0800 Subject: [PATCH] [U] xc p --- scripts/zshrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 8d8a622..b97f3b0 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -88,6 +88,7 @@ alias restart-kwin="DISPLAY=:0 setsid kwin_x11 --replace" 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 tmuxs="tmux new-session -s" alias tmuxr="tmux attach-session -t"