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.