1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-01-05 03:18:06 -08:00

fix carry command and ignore times on directories

This commit is contained in:
Connor Olding 2024-07-03 00:49:26 -07:00
parent 41787cb5a4
commit 7c33293e5a

View file

@ -198,7 +198,7 @@ relog() ### @- log on again to refresh your unix groups, etc.
{ exec su - "${USER:?}"; }
carry() ### @- copy files in a plain way using rsync. affected by umask.
{ rsync -Hlrt --no-p --no-g --chmod=ugo=rwX; }
{ rsync -HOlrt --no-p --no-g --chmod=ugo=rwX "$@"; }
alias 0x0.st="oxo"
alias oshi.at="oshi"