mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-02 10:59:14 +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 }
|
||||
$Time = (get-date).ToString('t')
|
||||
$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
|
||||
|
Loading…
Reference in New Issue
Block a user