mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-10 03:21:16 +02:00
aliasrc: added v and partial to rsync
This commit is contained in:
@@ -87,7 +87,7 @@ alias ping="ping -c 5"
|
||||
alias rm="rm -i"
|
||||
|
||||
# rsync
|
||||
alias rsync="rsync --progress"
|
||||
alias rsync="rsync -vh --progress --partial"
|
||||
|
||||
# root/sudo
|
||||
alias su="sudo -i"
|
||||
|
Reference in New Issue
Block a user