diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2025-11-23 15:15:26 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2025-11-23 15:15:26 +0100 |
| commit | 19d3a879bb0419a33c415ae37868c0c15976382f (patch) | |
| tree | b2a9fa0ad13a5ed4eda4092806c85b61f12f5d02 /cfg | |
| parent | f833d8f40d2f33f021fd3e14d78ba328f91d2ec6 (diff) | |
powershell script / left `max` string instead of `$user`
Diffstat (limited to 'cfg')
| -rw-r--r-- | cfg/powershell_profile.ps1 | 2 |
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 |