From f46d97ea51bef487d43ea6d3af36d5fbca254a71 Mon Sep 17 00:00:00 2001 From: Tomasz Kostrzewa Date: Sat, 22 Jun 2024 18:56:20 +0200 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 c8f2407..54113ee 100644 --- a/functions/prompt.ps1 +++ b/functions/prompt.ps1 @@ -6,5 +6,5 @@ function Prompt { $userName = [System.Security.Principal.WindowsIdentity]::GetCurrent().Name $hostName = $env:COMPUTERNAME $currentLocation = Get-Location - "[PS] [$currentTime] [$userName@$hostName] [$currentLocation]`n[PS] > " + "[PS][$currentTime][$userName@$hostName][$currentLocation]`n[PS]> " } \ No newline at end of file