Posh-git: Customize console title

Created on 16 Feb 2017  路  1Comment  路  Source: dahlbyk/posh-git

System Details

  • posh-git version: 0.6.1.20160330
  • PowerShell version: 5.1.14393.693
  • git version 2.11.0.windows.1
  • OS: Microsoft Windows NT 10.0.14393.0

Issue Description

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?

Most helpful comment

Ah, got it! This removes the prefix:

$Global:GitPromptSettings.EnableWindowTitle = $true

>All comments

Ah, got it! This removes the prefix:

$Global:GitPromptSettings.EnableWindowTitle = $true
Was this page helpful?
0 / 5 - 0 ratings

Related issues

Patabugen picture Patabugen  路  8Comments

codedog picture codedog  路  7Comments

pharazone picture pharazone  路  8Comments

ExE-Boss picture ExE-Boss  路  8Comments

rfalanga picture rfalanga  路  5Comments