Updated my-profile.ps1

This commit is contained in:
Markus Fleschutz 2024-09-20 16:56:28 +02:00
parent cfa917eb78
commit fb7ff43546

View File

@ -5,7 +5,7 @@ if ($IsLinux) { $username = $(whoami) } else { $username = $env:USERNAME }
$host.ui.RawUI.WindowTitle = "$username @ $(hostname)" $host.ui.RawUI.WindowTitle = "$username @ $(hostname)"
# GREETING # GREETING
Write-Host "👋 Welcome $username to $(hostname) - type 'hlp' for help." -foregroundColor green Write-Host "👋 Welcome $username to $(hostname)'s PowerShell - type 'hlp' for help." -foregroundColor green
# PROMPT # PROMPT
function prompt { Write-Host "`n" -noNewline -foregroundColor yellow; return " " } function prompt { Write-Host "`n" -noNewline -foregroundColor yellow; return " " }