From fdeead2b529d643e8664ebb7c9be9d102621a0f1 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 23 Sep 2024 14:20:50 +0200 Subject: [PATCH] Updated my-profile.ps1 --- scripts/my-profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " " }