Add sync-all shellAliase

This commit is contained in:
Evie Litherland-Smith 2024-10-02 08:13:07 +01:00
parent 2c873783d2
commit e11ac75e69

View file

@ -18,6 +18,7 @@
]; ];
shellAliases = { shellAliases = {
update = "sudo nixos-rebuild switch"; update = "sudo nixos-rebuild switch";
sync-all = "gsync; esync; vdirsyncer sync; mbsync -a";
protonup = "sudo wg-quick up protonvpn && sudo wg"; protonup = "sudo wg-quick up protonvpn && sudo wg";
protondown = "sudo wg-quick down protonvpn"; protondown = "sudo wg-quick down protonvpn";
}; };