From 7f5420df3b998d8fb6cfdbbc36b3922b96e160bc Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 21 Nov 2024 06:55:10 +0000 Subject: [PATCH] Remove sync-onedrive shell alias Use rclone mount rather than syncing anyway, more robust to changes from multiple machines --- system/work.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/work.nix b/system/work.nix index 54bedeb0..ed6a5969 100644 --- a/system/work.nix +++ b/system/work.nix @@ -12,6 +12,5 @@ proton.primary = lib.mkForce false; outlook.primary = lib.mkForce true; }; - home.shellAliases.sync-onedrive = "rclone copy -P OneDrive: ~/Documents/OneDrive && rclone sync -P ~/Documents/OneDrive OneDrive:"; }; }