JanDeDobbeleer / oh-my-posh2

A prompt theming engine for Powershell
MIT License
5.18k stars 281 forks source link

Fix Left space issue with Agnoster #287

Closed vikas5914 closed 4 years ago

vikas5914 commented 4 years ago

By default the $global:ThemeSettings.PromptSymbols.StartSymbol is the empty space value. due to this, there is a big space before the username. This PR tries to fix that.

Before: before

After: after

With the Custom Start Symbol: withIcon