Skip to content

Commit fc5dec1

Browse files
committed
I realised I wasn't following the standard convention of repo [branch].
1 parent 0fb0b9a commit fc5dec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GitPrompt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function Write-GitStatus {
214214
if($psISE){
215215
$repo = $Status.RepoName
216216
$branch = $Status.Branch
217-
$tabName = "$repo=>$branch"
217+
$tabName = "$repo [$branch]"
218218
#you can't have 2 tabs with the same name so shove a number on the end
219219
$tabCount = 0
220220
foreach($tab in $psISE.PowerShellTabs){

0 commit comments

Comments
 (0)