Update my-profile.ps1

This commit is contained in:
Markus Fleschutz 2021-11-26 16:58:49 +01:00
parent 6a6f65ebe9
commit b274a812e7

View File

@ -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 PowerShell at 📂$(get-location) on 💻$(hostname), it's $Time"
"Welcome to PowerShell on 💻$(hostname) at 📂$(get-location)"
# My Command Prompt