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
The current git installer adds C:\Program Files(x86)\Git\cmd (and not C:\Program Files(x86)\Git\bin) to the path. IMO we should also change our path entry. /cmd would also make the start-ssh-agent.cmd script available in bash, which could then added (inactive...) to the default config/user-profile.sh.
On the other hand, /bin contains bash.exe, which might be good to have. So maybe add both?
Another thing I'm not a real an of is that C:\Program Files\Git\usr\bin is added at the start of the path, so things like windows find are shadowed by the git equivalent:
The current git installer adds
C:\Program Files(x86)\Git\cmd
(and notC:\Program Files(x86)\Git\bin
) to the path. IMO we should also change our path entry./cmd
would also make thestart-ssh-agent.cmd
script available in bash, which could then added (inactive...) to the defaultconfig/user-profile.sh
.On the other hand,
/bin
contains bash.exe, which might be good to have. So maybe add both?Another thing I'm not a real an of is that
C:\Program Files\Git\usr\bin
is added at the start of the path, so things like windowsfind
are shadowed by the git equivalent:I'm not sure if that was intentional (fc85915).
So, IMO the path which is set if git is found should be:
[Or remove the
\usr\bin
entry and add that as an example to the generateduser-startup.cmd
]And the same in the bash/ps startup scripts...
The text was updated successfully, but these errors were encountered: