diff options
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 |