mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 07:53:21 +01:00
Updated my-profile.ps1
This commit is contained in:
parent
fc3df9c907
commit
bfc726a34a
@ -5,7 +5,7 @@ if ($IsLinux) { $username = $(whoami) } else { $username = $env:USERNAME }
|
||||
$host.ui.RawUI.WindowTitle = "$username @ $(hostname)"
|
||||
|
||||
# GREETING
|
||||
Write-Host "👋 Welcome $username @ $(hostname) - type 'hlp' for help." -foregroundColor green
|
||||
Write-Host "👋 Hi $username @ $(hostname) - type 'hlp' for help." -foregroundColor green
|
||||
|
||||
# COMMAND PROMPT
|
||||
function prompt { Write-Host "`n➤ " -noNewline -foregroundColor yellow; return " " }
|
||||
|
Loading…
Reference in New Issue
Block a user