From b8d73c8cc7184ad830dd2e8ba926705273f61fdb Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 12 Jul 2021 14:54:50 +0200 Subject: [PATCH] Change welcome message --- 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 ec5dbfcd..1784ab79 100755 --- a/Scripts/my-profile.ps1 +++ b/Scripts/my-profile.ps1 @@ -9,7 +9,7 @@ if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME } $Time = (get-date).ToString('t') $host.ui.RawUI.WindowTitle = "$Username @ $(hostname)" -"Welcome to 💻$(hostname) at 📂$(get-location), it's $Time" +"Welcome to PowerShell at 📂$(get-location) on 💻$(hostname), it's $Time" # My Command Prompt