From 6f83d23f1317f741f750651c73c104d1e532a1d5 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 11 Feb 2024 18:24:41 +0100 Subject: home: tweak git config --- home/home-minimal.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/home-minimal.nix b/home/home-minimal.nix index 58ca305..b9b1a9f 100644 --- a/home/home-minimal.nix +++ b/home/home-minimal.nix @@ -92,6 +92,9 @@ init.defaultBranch = "main"; alias.search = "!git log --format='tformat:%h %cs %s' --no-show-signature | fzf --multi --preview 'git show {+1}|bat -p -lpatch --color=always' | cut -f1 -d\" \" | wl-copy -n && wl-paste"; merge.conflictStyle = "zdiff3"; + push.autoSetupRemote = true; + commit.verbose = true; + rerere.enabled = true; }; # diff-so-fancy.enable = true; -- cgit v1.2.3