Add alias to sync work OneDrive (work machines only)

This commit is contained in:
Evie Litherland-Smith 2024-11-12 11:36:06 +00:00
parent 92740c8b29
commit 428fd18ec2

View file

@ -16,5 +16,6 @@
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:";
};
}