mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-15 17:36:48 +02:00
Improve the scripts
This commit is contained in:
parent
7ffe1aae95
commit
f83042c654
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user