From ab5f1ff856c2b213c3c4b6bbbceea8ea07df6d2d Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Mon, 11 Nov 2024 18:03:14 -0800 Subject: [PATCH] beatific: update remote copy aliases --- modules/beatific.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/beatific.nix b/modules/beatific.nix index 8680aff..e3f54df 100644 --- a/modules/beatific.nix +++ b/modules/beatific.nix @@ -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 ..";