Skip to content

Commit

Permalink
Add short rsync alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Ablasou committed Nov 4, 2021
1 parent 302dbae commit fccb273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ alias top=htop

# rsync
# https://rsync.samba.org
alias rsync='rsync -azH --info=progress2 --delete'
alias rsync='rsync --archive --compress --hard-links --info=progress2 --delete'

# bat
Expand Down

0 comments on commit fccb273

Please sign in to comment.