From a9b748afc127768afa501c1c36048db7c8048694 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 31 Oct 2024 06:57:16 +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 4ac410d1..6eb378fa 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 = "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";