Sync Emacs as part of sync-all

This commit is contained in:
Evie Litherland-Smith 2024-11-04 06:34:54 +00:00
parent 1780453f8b
commit fb56866e4e

View file

@ -8,7 +8,7 @@
./cava.nix ./cava.nix
]; ];
home.shellAliases = { home.shellAliases = {
sync-all = "vdirsyncer sync; mbsync -a; sync-git"; sync-all = "vdirsyncer sync; mbsync -a; sync-git; sync-emacs";
sync-and-shutdown = "sync-all && shutdown now"; sync-and-shutdown = "sync-all && shutdown now";
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";