modified: functions/prompt.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-03-05 21:38:42 +01:00
parent b290cde889
commit 01b9d3455f

View File

@ -24,7 +24,7 @@ function prompt
Write-Host "]" -NoNewline -ForegroundColor Blue
Write-Host " " -NoNewline -ForegroundColor Black
Write-Host "$('>' * ($nestedPromptLevel + 1))" -NoNewline -ForegroundColor Cyan
Write-Host "$('>' * ($nestedPromptLevel + 1)) " -NoNewline -ForegroundColor Cyan
# .Link
# https://go.microsoft.com/fwlink/?LinkID=225750