1
0
Fork 0

zsh aliases: rsync: enable fsync

This commit is contained in:
Pratham Patel 2023-01-27 13:25:02 +05:30
parent ff4d66fec5
commit 35a3a68149
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ typeset -U PATH
alias flushSSH="ssh-keygen -R"
alias mtr='mtr --show-ips --displaymode 0 -o "LDR AGJMXI"'
alias update="source $HOME/.zshrc" # other files are sourced automatically
alias custcp="rsync --verbose --recursive --size-only --human-readable --progress --stats --itemize-changes"
alias custcp="rsync --fsync --verbose --recursive --size-only --human-readable --progress --stats --itemize-changes"
alias pysort="$HOME/.scripts/common-scripts/sort.py"
alias download="aria2c -x 16 -k 1M --file-allocation=none --continue=false --seed-time=0"
alias vim="nvim"