From 0faa23f8cf557ca8c4d18227531aabaf1a82fe2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20I=C8=99an?= Date: Sat, 29 Mar 2025 15:58:30 +0100 Subject: [PATCH] remove ugly git askpass --- .gitignore | 1 + home.nix | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1377554..3819313 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.swp +*.swo diff --git a/home.nix b/home.nix index 3fe1fe6..e2a92eb 100644 --- a/home.nix +++ b/home.nix @@ -68,7 +68,9 @@ ll = "ls -l"; lla = "ls -la"; }; - + sessionVariables = { + GIT_ASKPASS = ""; + }; }; home.stateVersion = "24.11"; # Don't change.