[Emacs] Add rsync alias to eshell

This commit is contained in:
Lucien Cartier-Tilet 2020-10-29 16:53:02 +01:00
parent 0b5519e058
commit 118eadb58a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

View File

@ -34,3 +34,4 @@ alias dcp docker-compose pull
alias flac youtube-dl -x --audio-format flac --audio-quality 0 $*
alias mp3 youtube-dl -x --audio-format flac --audio-quality 0 $*
alias wget wget -c $*
alias rsync rsync -ruvtEhl --progress $*