From 01b9d3455f5948eb0c8b580304a7e880a5993429 Mon Sep 17 00:00:00 2001 From: Tomasz Kostrzewa Date: Tue, 5 Mar 2024 21:38:42 +0100 Subject: [PATCH] modified: functions/prompt.ps1 --- functions/prompt.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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