We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3037c + 6b6ebbf commit 483da47Copy full SHA for 483da47
git-extra/git-extra.install.in
@@ -25,6 +25,9 @@ GITCONFIG
25
! grep -q '^PS1=' /etc/bash.bashrc ||
26
sed -i 's/^PS1=/#&/' /etc/bash.bashrc
27
28
+ grep -q '^# Fixup git-bash in non login env' /etc/bash.bashrc ||
29
+ printf "\n# Fixup git-bash in non login env\nshopt -q login_shell || . /etc/profile.d/git-prompt.sh\n" >> /etc/bash.bashrc
30
+
31
grep -q git-for-windows etc/pacman.conf ||
32
sed -i -e '/^\[mingw32\]/i[git-for-windows]\nServer = https://dl.bintray.com/$repo/pacman/$arch\nSigLevel = Optional\n' etc/pacman.conf
33
0 commit comments