Improve my-profile.ps1

This commit is contained in:
Markus Fleschutz 2021-04-22 17:40:04 +02:00
parent 8afe073e7e
commit b24f7f9b5e

View File

@ -9,7 +9,7 @@
if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME }
$Hostname = $(hostname)
$host.ui.RawUI.WindowTitle = "$Username @ $Hostname"
"🧑$Username entered 💻$Hostname at 📂$(Get-Location)"
"Welcome 🧑$Username at 📂$(Get-Location) on 💻$Hostname "
# My Command Prompt