mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-02 16:43:05 +01:00
Updated my-profile.ps1
This commit is contained in:
parent
94ae6256ea
commit
1ed0d1c6a0
@ -5,7 +5,7 @@ if ($IsLinux) { $username = $(whoami) } else { $username = $env:USERNAME }
|
|||||||
$host.ui.RawUI.WindowTitle = "$username @ $(hostname)"
|
$host.ui.RawUI.WindowTitle = "$username @ $(hostname)"
|
||||||
|
|
||||||
# GREETING
|
# GREETING
|
||||||
Write-Host "👋 Welcome $username to $(hostname)'s PowerShell - type 'FAQ' for help." -foregroundColor green
|
Write-Host "✨ Welcome $username to $(hostname)'s PowerShell - type 'FAQ' for help." -foregroundColor green
|
||||||
|
|
||||||
# PROMPT
|
# PROMPT
|
||||||
function prompt { Write-Host "`n➤ " -noNewline -foregroundColor yellow; return " " }
|
function prompt { Write-Host "`n➤ " -noNewline -foregroundColor yellow; return " " }
|
||||||
|
Loading…
Reference in New Issue
Block a user