Remove sync-emacs from sync-all alias

This commit is contained in:
Evie Litherland-Smith 2024-10-31 06:57:16 +00:00
parent a66762ff0c
commit a9b748afc1

View file

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