1
1
Fork 0

beatific: update remote copy aliases

This commit is contained in:
Tim Van Baak 2024-11-11 18:03:14 -08:00
parent cb47f94c12
commit ab5f1ff856
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ in {
# Always preserve mode, ownership, ts with copy
cp = "cp -rp";
xo = "xdg-open";
smv = "rsync -v --remove-source-files";
scp = "scp -p";
smv = "rsync -av --remove-source-files";
ffprobe = "ffprobe -hide_banner";
ffmpeg = "ffmpeg -hide_banner";
".." = "cd ..";