From 86fe70eace18fdf6dcdf83883c63badf922190e7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 7 Nov 2024 05:27:14 +0000 Subject: [PATCH] Remove sync-emacs from sync-all alias --- system/home/shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index def7ff0a..ae1e052f 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -8,7 +8,7 @@ ./cava.nix ]; 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"; protonup = "sudo wg-quick up protonvpn && sudo wg"; protondown = "sudo wg-quick down protonvpn";