Compare commits

...

1 Commits

Author SHA1 Message Date
3166ad5b32 Set GIT_ASKPASS so I can use https git remote 2025-01-14 22:25:11 -06:00

View File

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