You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding posh-git to my profile makes the window title for Powershell windows end in the "Powershell 6.2.4 64-bit (PROCESS_ID_HERE)" suffix. I tried investigating a little inside the scripts but didn't find anything specific. Is this known/on purpose? is there a way to remove it? It makes the titles very long which is a bit of a problem in some scenarios (tab titles in Windows Terminal, for example).
The text was updated successfully, but these errors were encountered:
Put either one of those in your profile script after posh-git is imported.
Also, if you're using the latest Windows Terminal with tabWidthMode set to equal the long titles won't make the tab excessively wide and you can still see the title by hovering over it. Or by executing $host.UI.RawUI.WindowTitle.
The purpose for the change is to show posh status info in the title bar when in a Git dir.
Ah! I swear i looked for those strings and somehow missed them.
I'll just redefine the function without the version/bitness info and leave the rest as-is.
Thanks!
System Details
Issue Description
Adding posh-git to my profile makes the window title for Powershell windows end in the "Powershell 6.2.4 64-bit (PROCESS_ID_HERE)" suffix. I tried investigating a little inside the scripts but didn't find anything specific. Is this known/on purpose? is there a way to remove it? It makes the titles very long which is a bit of a problem in some scenarios (tab titles in Windows Terminal, for example).
The text was updated successfully, but these errors were encountered: