sync-all now sync vdirsyncer and mbsync again

This commit is contained in:
Evie Litherland-Smith 2024-10-24 05:35:12 +01:00
parent 67c17acf6b
commit d81e874d19

View file

@ -6,7 +6,7 @@
./starship.nix
];
home.shellAliases = {
sync-all = "sync-git; sync-emacs";
sync-all = "sync-git; vdirsyncer sync; mbsync -a";
protonup = "sudo wg-quick up protonvpn && sudo wg";
protondown = "sudo wg-quick down protonvpn";
};