1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

aliasrc: added progress to rsync

This commit is contained in:
2022-08-07 14:24:23 +02:00
parent 635bf5e694
commit 310f296efa

View File

@@ -86,6 +86,9 @@ alias ping="ping -c 5"
# rm
alias rm="rm -i"
# rsync
alias rsync="rsync --progress"
# root/sudo
alias su="sudo -i"
alias sudo="sudo "