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'