[Fish] Simplify rsync abbreviation

This commit is contained in:
Lucien Cartier-Tilet 2023-03-10 15:15:06 +01:00
parent 31f33ea658
commit 02137f0c4a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -457,9 +457,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 |
| rsync | rsync -Pa --progress |
| ln | ln -i |
| lns | ln -si |
| mv | mv -i |