diff --git a/scripts/my-profile.ps1 b/scripts/my-profile.ps1 index 94591976..024a0a5a 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 @ $(hostname) - type 'hlp' for help." -foregroundColor green +Write-Host "šŸ‘‹ Hi $username @ $(hostname) - type 'hlp' for help." -foregroundColor green # COMMAND PROMPT function prompt { Write-Host "`nāž¤ " -noNewline -foregroundColor yellow; return " " }