diff --git a/scripts/my-profile.ps1 b/scripts/my-profile.ps1 index 3784c2ba..d91bcf71 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 'hlp' for help." -foregroundColor green +Write-Host "š Welcome $username to $(hostname)'s PowerShell (type 'hlp' for help)" -foregroundColor green # PROMPT function prompt { Write-Host "`nā¤ " -noNewline -foregroundColor yellow; return " " }