From 07036438b2fe53b93374cb8ae0b39fdc2b2f6fdf Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 15 Jan 2025 22:52:35 +0100 Subject: common/git: verbose commit by default, some color config --- common/commandline/git.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'common/commandline/git.nix') diff --git a/common/commandline/git.nix b/common/commandline/git.nix index 2a2abcf..05785ed 100644 --- a/common/commandline/git.nix +++ b/common/commandline/git.nix @@ -33,6 +33,21 @@ _inputs: { init.defaultBranch = "master"; + color = { + branch = { + current = "magenta"; + local = "green"; + remote = "red"; + }; + status = { + branch = "magenta"; + localBranch = "magenta"; + remoteBranch = "red"; + }; + }; + + commit.verbose = true; + core = { whitespace = "trailing-space,space-before-tab"; pager = deltaCommand; -- cgit v1.2.3