Remove sync-onedrive shell alias

Use rclone mount rather than syncing anyway, more robust to changes
from multiple machines
This commit is contained in:
Evie Litherland-Smith 2024-11-21 06:55:10 +00:00
parent d256780bb0
commit 7f5420df3b

View file

@ -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:";
};
}