Skip to content

Commit bbe479a

Browse files
authored
Merge pull request #1650 from nevsal/patch-1
Remove console colorization from WinPython_PS_Prompt.ps1
2 parents 393758c + 4e60831 commit bbe479a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

portable/scripts/WinPython_PS_Prompt.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,4 @@ Param([int]$x=$host.ui.rawui.windowsize.width,
6363
}
6464
# Windows10 yelling at us with 150 40 6000
6565
# Set-WindowSize 195 40 6000
66-
67-
### Colorize to distinguish
68-
$host.ui.RawUI.BackgroundColor = "Black"
69-
$host.ui.RawUI.ForegroundColor = "White"
7066
}

0 commit comments

Comments
 (0)