diff --git a/scripts/my-profile.ps1 b/scripts/my-profile.ps1 index 72f45c1f..e2f8e2c3 100755 --- a/scripts/my-profile.ps1 +++ b/scripts/my-profile.ps1 @@ -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 " " }