mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-15 09:26:43 +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 }
|
||||
$Hostname = $(hostname)
|
||||
$host.ui.RawUI.WindowTitle = "$Username @ $Hostname"
|
||||
"🧑 $Username enters 💻$Hostname at $(Get-Location)"
|
||||
"🧑$Username entered 💻$Hostname at 📂$(Get-Location)"
|
||||
|
||||
|
||||
# My Command Prompt
|
||||
|
Loading…
x
Reference in New Issue
Block a user