diff options
author | stuebinm | 2024-02-11 18:24:41 +0100 |
---|---|---|
committer | stuebinm | 2024-02-11 18:24:41 +0100 |
commit | 6f83d23f1317f741f750651c73c104d1e532a1d5 (patch) | |
tree | 888d1447492c9b9cfa9cab8d1ca5c2d7a47049ff /home | |
parent | 2cc1fe8eae532b538f78d4ee7372213e44a9b0d4 (diff) |
home: tweak git config
Diffstat (limited to 'home')
-rw-r--r-- | home/home-minimal.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |