[Fish] rsync abbreviation

This commit is contained in:
Lucien Cartier-Tilet 2022-05-22 14:12:53 +02:00
parent 6feecc1fdc
commit 342b1ea1df
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 14 additions and 13 deletions

View File

@ -555,8 +555,9 @@ accidentally removing the root folder. I added the same option to =chgrp=,
=chmod=, and =chown=.
#+NAME: sec-abbr
| abbreviation | command |
|--------------+--------------------------|
|--------------+---------------------------|
| cp | cp -i |
| rsync | rsync -ruvtEhl --progress |
| ln | ln -i |
| lns | ln -si |
| mv | mv -i |