mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-05 23:20:04 +02:00
Improve my-profile.ps1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user