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 20c8e53 + 036bf93 commit 42f4fdfCopy full SHA for 42f4fdf
git-extra/PKGBUILD
@@ -65,5 +65,6 @@ package() {
65
install -m755 create-shortcut.exe $pkgdir/$mingwdir/bin
66
install -m755 $startdir/git-prompt.sh $pkgdir/etc/profile.d
67
install -m755 $startdir/aliases.sh $pkgdir/etc/profile.d
68
+ install -m755 $startdir/env.sh $pkgdir/etc/profile.d
69
install -m644 $startdir/msys2-32.ico $pkgdir/usr/share/git
70
}
git-extra/env.sh
@@ -0,0 +1,2 @@
1
+# Add bin path in the home directory ontop of the PATH variable
2
+export PATH="$HOME/bin:$PATH"
0 commit comments