Right now, due to installing various commandline programs, I've got 3 different modified CMD prompts that I use during development.
One handles git and all of its functionality. One handles Mono And one handles PostgreSQL
And I can see myself adding more to the stack later on.
Is there a way to combine the functionality of all of these into a single cmd prompt?
I think the fact that Git runs out of a .bat file instead of the standard CMD.exe + PATH modifiers is what makes this tough.
Any ideas?
