From d81e874d191403a5ad113bab1909d3d9c398d396 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 24 Oct 2024 05:35:12 +0100 Subject: [PATCH] sync-all now sync vdirsyncer and mbsync again --- 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 cbab0975..207d9f3e 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -6,7 +6,7 @@ ./starship.nix ]; home.shellAliases = { - sync-all = "sync-git; sync-emacs"; + sync-all = "sync-git; vdirsyncer sync; mbsync -a"; protonup = "sudo wg-quick up protonvpn && sudo wg"; protondown = "sudo wg-quick down protonvpn"; };