Set GIT_ASKPASS so I can use https git remote
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user