From 384f3554cc53cf03fa9a4cf9e1bfa74aaa64a13f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 31 Dec 2022 15:36:15 +0530 Subject: config sync --- modules/git.home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/git.home.nix') diff --git a/modules/git.home.nix b/modules/git.home.nix index a8b9b12..66cd793 100644 --- a/modules/git.home.nix +++ b/modules/git.home.nix @@ -15,10 +15,10 @@ ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"; }; extraConfig = { - "color" = { - "ui" = true; + color = { + ui = true; }; - "init" = { + init = { defaultBranch = "main"; }; "color \"diff-highlight\"" = { @@ -35,7 +35,7 @@ new = "green bold"; whitespace = "red reverse"; }; - #"pull" = { rebase = true; }; + pull = { rebase = false; }; }; signing.key = "AAAB13AE8B82A5267C1A35D7E1B701723EA37849"; signing.signByDefault = true; -- cgit v1.3.1