remove ugly git askpass

This commit is contained in:
Victor Ișan 2025-03-29 15:58:30 +01:00
parent 591871d878
commit 0faa23f8cf
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.swp *.swp
*.swo

View File

@ -68,7 +68,9 @@
ll = "ls -l"; ll = "ls -l";
lla = "ls -la"; lla = "ls -la";
}; };
sessionVariables = {
GIT_ASKPASS = "";
};
}; };
home.stateVersion = "24.11"; # Don't change. home.stateVersion = "24.11"; # Don't change.