From cc0a9f89fd997f86b4375af48764e5ef28406979 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Fri, 24 Dec 2021 07:55:37 +0100 Subject: [PATCH] Added alias for rsync --- aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases.zsh b/aliases.zsh index 84e92a3..9442e82 100644 --- a/aliases.zsh +++ b/aliases.zsh @@ -20,6 +20,7 @@ alias jjar='java -jar' alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias pygmentize='pygmentize -O style=solarizeddark' alias ra='ranger' +alias rsync='rsync --xattrs --acls --recursive --times --perms --links --checksum --human-readable --verbose --compress --compress-level=9 --rsh=ssh' alias disable_turbo='sudo sh -c "echo 1 | tee /sys/devices/system/cpu/intel_pstate/no_turbo"' alias byobu-linger='systemd-run --scope --user -du byobu byobu'