mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 19:09:13 +01:00
Change welcome message
This commit is contained in:
parent
ee7ad47d43
commit
b8d73c8cc7
@ -9,7 +9,7 @@
|
|||||||
if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME }
|
if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME }
|
||||||
$Time = (get-date).ToString('t')
|
$Time = (get-date).ToString('t')
|
||||||
$host.ui.RawUI.WindowTitle = "$Username @ $(hostname)"
|
$host.ui.RawUI.WindowTitle = "$Username @ $(hostname)"
|
||||||
"Welcome to 💻$(hostname) at 📂$(get-location), it's $Time"
|
"Welcome to PowerShell at 📂$(get-location) on 💻$(hostname), it's $Time"
|
||||||
|
|
||||||
|
|
||||||
# My Command Prompt
|
# My Command Prompt
|
||||||
|
Loading…
Reference in New Issue
Block a user