diff --git a/functions/prompt.ps1 b/functions/prompt.ps1 index 7e93658..f8b9573 100644 --- a/functions/prompt.ps1 +++ b/functions/prompt.ps1 @@ -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