restore windows command prompt tools after git bash replace them with unix tools restore windows command prompt tools after git bash replace them with unix tools unix unix

restore windows command prompt tools after git bash replace them with unix tools


The command prompt loads the tools using the PATH environment variable.

Using "where" + the name of a tool ("where find" for example), you can see the list of paths from where it looks for the command.

So removing the path you dont need from the variable solve the problem.