From 8d9a644a5ef334f94c862e05b677eb8633f9393a Mon Sep 17 00:00:00 2001 From: jolheiser Date: Mon, 21 Oct 2024 08:55:09 -0500 Subject: [PATCH] chore: update jj config Signed-off-by: jolheiser --- apps/nogui/jj.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/nogui/jj.nix b/apps/nogui/jj.nix index 2cd4c9a..b6f56ea 100644 --- a/apps/nogui/jj.nix +++ b/apps/nogui/jj.nix @@ -15,7 +15,10 @@ "$right" ]; editor = "hx"; + paginate = "never"; + default-command = "log"; }; + git.push-bookmark-prefix = "change/"; signing = { sign-all = true; backend = "ssh";