From 43fea8809668f83da06b3760bb9373f06197adc6 Mon Sep 17 00:00:00 2001 From: jon Date: Tue, 27 Apr 2021 08:40:06 -0500 Subject: [PATCH] Added rsync alias to always include --progress --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index 845b91f..671fc72 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -30,6 +30,7 @@ alias ip='ip -c' #alias s='sudo $(history -p !!)' alias s='sudo' alias df='sudo df -hT -x tmpfs -x devtmpfs' +alias rsync='rsync --progress' bind 'set completion-ignore-case on' set bell-style none