You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing on my little XP netbook I noticed that the echo $PATH has moved relative to the old MsysGit, so that my personal little BringUptodate script wasn't found. This is with the install from issue #42.
The $PATH is being constructed by the /etc/profile file. If you compare those two files, you'll find out that export PATH="$HOME/bin:$PATH" was present in the msysgit one.
As a workaround if you want to edit your $PATH, maybe put that line in your .bashrc file.
/etc/profile is maintained by MSYS2. We could ship a path.sh within the /etc/profile.d directory that would do what you want.
While testing on my little XP netbook I noticed that the
echo $PATH
has moved relative to the old MsysGit, so that my personal little BringUptodate script wasn't found. This is with the install from issue #42.i.e. (new)
v.s. (old)
I haven't done any looking yet....
The text was updated successfully, but these errors were encountered: