Posh-git changes the console title to the repo name and branch, which is great. But I'd like to get rid of the posh~git ~ prefix; I use ConEmu, and the title takes too much space in the tabs. Is there a way to customize the title?
Ah, got it! This removes the prefix:
$Global:GitPromptSettings.EnableWindowTitle = $true
Most helpful comment
Ah, got it! This removes the prefix: