Added alias for rsync
This commit is contained in:
parent
94e92ad11c
commit
cc0a9f89fd
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue