summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2025-11-23 15:15:26 +0100
committerczjstmax <jstmaxlol@disroot.org>2025-11-23 15:15:26 +0100
commit19d3a879bb0419a33c415ae37868c0c15976382f (patch)
treeb2a9fa0ad13a5ed4eda4092806c85b61f12f5d02
parentf833d8f40d2f33f021fd3e14d78ba328f91d2ec6 (diff)
powershell script / left `max` string instead of `$user`
-rw-r--r--cfg/powershell_profile.ps12
1 files changed, 1 insertions, 1 deletions
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