Added alias for rsync

This commit is contained in:
Tobias Schmidl 2021-12-24 07:55:37 +01:00
parent 94e92ad11c
commit cc0a9f89fd

View file

@ -20,6 +20,7 @@ alias jjar='java -jar'
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
alias pygmentize='pygmentize -O style=solarizeddark' alias pygmentize='pygmentize -O style=solarizeddark'
alias ra='ranger' 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 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' alias byobu-linger='systemd-run --scope --user -du byobu byobu'