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