From 19d3a879bb0419a33c415ae37868c0c15976382f Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sun, 23 Nov 2025 15:15:26 +0100 Subject: powershell script / left `max` string instead of `$user` --- cfg/powershell_profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/powershell_profile.ps1 b/cfg/powershell_profile.ps1 index f42f49b..0a6366c 100644 --- a/cfg/powershell_profile.ps1 +++ b/cfg/powershell_profile.ps1 @@ -6,7 +6,7 @@ function prompt { Write-Host "╭" -ForegroundColor white -NoNewline Write-Host "(" -ForegroundColor red -NoNewline - Write-Host "max" -ForegroundColor white -NoNewline + Write-Host $user -ForegroundColor white -NoNewline Write-Host " ⮞" -ForegroundColor red -NoNewline Write-Host "⮞" -ForegroundColor white -NoNewline Write-Host "⮞ " -ForegroundColor red -NoNewline -- cgit v1.3.1