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:
parent
41787cb5a4
commit
7c33293e5a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue