gitpowershellposh-git

How do I remove the cruft at the start of my posh-git window title?


I'm using posh-git for my powershell window, and the prompt is perfect:

S:\Repos\DevTools [master ≡ +1 ~2 -0 !]>

But the title of the window has extra cruft at the start:

posh~git ~ DevTools [master]

Does anyone know how I can get rid of the extra posh~git ~? It doesn't seem necessary or useful, though maybe I simply don't understand what it is trying to tell me.


Solution

  • Well, would you look at that! It got fixed just today! https://github.com/dahlbyk/posh-git/pull/567

    Thanks guys!