From 7d4692e00fb01523861234768795e1fc663a866f Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Tue, 8 Jun 2021 11:38:24 +0700 Subject: [PATCH] increase git abbrevation length --- users/rin/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/rin/home.nix b/users/rin/home.nix index 076988b..20f8c49 100644 --- a/users/rin/home.nix +++ b/users/rin/home.nix @@ -63,6 +63,9 @@ key = "059F098EBF0E9A13E10A46BF6500251E087653C9"; signByDefault = true; }; + extraConfig = { + core.abbrev = 11; + }; }; gpg = { enable = true;