[alias] enforce rsync to show progress

This commit is contained in:
David JULIEN 2021-12-02 15:21:47 +01:00
parent a5d532394a
commit 701038dc50
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
alias cp='cp -v'
alias mv='mv -v'
alias rm='rm -v'
alias rsync='rsync --progress'
alias grep='grep --color=auto'
alias ls='ls --color=auto'
alias ll='ls -lh'