Remove sync-emacs from sync-all alias

This commit is contained in:
Evie Litherland-Smith 2024-11-07 05:27:14 +00:00
parent 938e5c859e
commit 86fe70eace

View file

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