diff --git a/templates/_zshrc.j2 b/templates/_zshrc.j2 index 9d5ddd1..182cb7c 100644 --- a/templates/_zshrc.j2 +++ b/templates/_zshrc.j2 @@ -95,10 +95,10 @@ setopt share_history alias pip3-upgrade="pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U" alias pip3-list-updates="pip3 list --outdated" -alias rsync-copy="rsync -avz --progress -h" -alias rsync-move="rsync -avz --progress -h --remove-source-files" -alias rsync-update="rsync -avzu --progress -h" -alias rsync-synchronize="rsync -avzu --delete --progress -h" +alias rsync-copy="rsync -avz --info=progress2 --partial -h" +alias rsync-move="rsync -avz --info=progress2 -h --remove-source-files" +alias rsync-update="rsync -avzu --info=progress2 --partial -h" +alias rsync-synchronize="rsync -avzu --delete --info=progress2 --partial -h" # stolen from: https://eldritch.cafe/@lexi/103707492979358755 alias doch='sudo sh -c "$(fc -n -l -- -1)"'