modified: functions/prompt.ps1

This commit is contained in:
Tomasz Kostrzewa 2024-06-22 18:56:20 +02:00
parent 0b2e31d373
commit f46d97ea51

View File

@ -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]> "
}