mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Improve the scripts
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 enters 💻$Hostname at $(Get-Location)"
|
||||
"🧑$Username entered 💻$Hostname at 📂$(Get-Location)"
|
||||
|
||||
|
||||
# My Command Prompt
|
||||
|
Reference in New Issue
Block a user