mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 06:48:46 +02:00
Improve the scripts
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME }
|
if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME }
|
||||||
$Hostname = $(hostname)
|
$Hostname = $(hostname)
|
||||||
$host.ui.RawUI.WindowTitle = "$Username @ $Hostname"
|
$host.ui.RawUI.WindowTitle = "$Username @ $Hostname"
|
||||||
"🧑 $Username enters 💻$Hostname at $(Get-Location)"
|
"🧑$Username entered 💻$Hostname at 📂$(Get-Location)"
|
||||||
|
|
||||||
|
|
||||||
# My Command Prompt
|
# My Command Prompt
|
||||||
|
Reference in New Issue
Block a user