From e11ac75e69ca30d7286e2c5a29dcbed6cb78f040 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 2 Oct 2024 08:13:07 +0100 Subject: [PATCH] Add sync-all shellAliase --- system/home/shell/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index 069a6060..0340c059 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -18,6 +18,7 @@ ]; shellAliases = { update = "sudo nixos-rebuild switch"; + sync-all = "gsync; esync; vdirsyncer sync; mbsync -a"; protonup = "sudo wg-quick up protonvpn && sudo wg"; protondown = "sudo wg-quick down protonvpn"; };