From a24d5f49e481d3148ddddc8c34d7ac0e83265f22 Mon Sep 17 00:00:00 2001 From: pegasust Date: Thu, 1 Dec 2022 08:34:27 +0000 Subject: [PATCH] imp: 50 minutes git cache credential for better devex --- home-nix/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-nix/home.nix b/home-nix/home.nix index 68e88cc..ff6eb7a 100644 --- a/home-nix/home.nix +++ b/home-nix/home.nix @@ -161,8 +161,8 @@ let nvim_pkgs = [ ".direnv" ]; extraConfig = { - # cache credential for 10 minutes. - credential.helper = "cache --timeout=600"; + # cache credential for 50 minutes (a pomodoro session) + credential.helper = "cache --timeout=3000"; }; # why is this no longer valid? # pull = { rebase=true; };