mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-24 15:49:02 +01:00
Improve my-profile.ps1
This commit is contained in:
parent
8afe073e7e
commit
b24f7f9b5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user