Skip to content

Commit 42f4fdf

Browse files
committed
Merge pull request #17 from nalla/home-path
build-extra: add $HOME/bin to path
2 parents 20c8e53 + 036bf93 commit 42f4fdf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

git-extra/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ package() {
6565
install -m755 create-shortcut.exe $pkgdir/$mingwdir/bin
6666
install -m755 $startdir/git-prompt.sh $pkgdir/etc/profile.d
6767
install -m755 $startdir/aliases.sh $pkgdir/etc/profile.d
68+
install -m755 $startdir/env.sh $pkgdir/etc/profile.d
6869
install -m644 $startdir/msys2-32.ico $pkgdir/usr/share/git
6970
}

git-extra/env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)