Set GIT_ASKPASS so I can use https git remote

This commit is contained in:
2025-01-14 22:25:11 -06:00
parent 4c16c8c2fa
commit 3166ad5b32

View File

@@ -54,6 +54,7 @@
}; };
programs.bash.enable = true; programs.bash.enable = true;
programs.bash.bashrcExtra = '' programs.bash.bashrcExtra = ''
export GIT_ASKPASS=""
if [ -f .bashrc.orig ]; then if [ -f .bashrc.orig ]; then
. ~/.bashrc.orig . ~/.bashrc.orig
fi fi