Add rsync alias
This commit is contained in:
parent
58225b7574
commit
3d8effeb9d
|
@ -146,6 +146,7 @@
|
|||
alias cat bat
|
||||
alias ip 'ip -color=always'
|
||||
alias youtube-dl-audio 'yt-dlp --ignore-errors --output "%(title)s.%(ext)s" --extract-audio --audio-format best'
|
||||
alias rsync 'rsync -az --partial --info=progress2'
|
||||
|
||||
bind . 'expand-dot-to-parent-directory-path'
|
||||
|
||||
|
|
Loading…
Reference in New Issue