Updated my-profile.ps1

This commit is contained in:
Markus Fleschutz 2024-12-02 11:24:14 +01:00
parent 94ae6256ea
commit 1ed0d1c6a0

View File

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