Sync Emacs as part of sync-all alias

This commit is contained in:
Evie Litherland-Smith 2024-10-27 07:03:14 +00:00
parent 28006d5e14
commit a002d1a699

View file

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