Change order of syncing in sync-all alias

This commit is contained in:
Evie Litherland-Smith 2024-10-31 06:04:44 +00:00
parent d740a70ff1
commit a66762ff0c

View file

@ -8,7 +8,7 @@
./cava.nix
];
home.shellAliases = {
sync-all = "sync-emacs; sync-git; vdirsyncer sync; mbsync -a";
sync-all = "vdirsyncer sync; mbsync -a; sync-git; sync-emacs";
sync-and-shutdown = "sync-all && shutdown now";
protonup = "sudo wg-quick up protonvpn && sudo wg";
protondown = "sudo wg-quick down protonvpn";