From 5c878e14589b656b8bdf2defc113e53a5fbe9a17 Mon Sep 17 00:00:00 2001 From: Martin Pander Date: Wed, 11 Feb 2026 12:55:50 +0100 Subject: [PATCH] Add jj aliases --- modules/home/git.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/git.nix b/modules/home/git.nix index 26c6d6e..498086e 100644 --- a/modules/home/git.nix +++ b/modules/home/git.nix @@ -83,6 +83,8 @@ settings = { aliases = { tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"]; + lg = ["log"]; + des = ["describe"]; }; }; };