From 5acb380fc01abacddf91dc52ff036b7cbfb6a872 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 27 Feb 2026 23:36:23 +0100 Subject: [PATCH] home/git: add alias for `git tree-sync sync` I decided to implement this as a shell alias, to allow directly referencing the package here instead of relying on it to be in path. --- home/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/common.nix b/home/common.nix index 1bce7b0..2203fbe 100644 --- a/home/common.nix +++ b/home/common.nix @@ -47,6 +47,7 @@ programs.git = { enable = true; settings = { + alias.ts = "!${lib.getExe pkgs.fc-scripts.git-tree-sync} sync"; credential.helper = "cache"; push.default = "simple"; push.forceIfIncludes = true; # avoid accidental force overrides when remote is autofetched in background