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