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