mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-11 16:39:10 +01:00
Updated my-profile.ps1
This commit is contained in:
parent
f1584f83f3
commit
deca430aae
@ -5,7 +5,7 @@ if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME }
|
||||
$host.ui.RawUI.WindowTitle = "$Username @ $(hostname)"
|
||||
|
||||
# GREETING
|
||||
Write-Host "Hi $USERNAME, what's up?" -foregroundColor green
|
||||
Write-Host "Welcome $USERNAME at $(hostname), what's up?" -foregroundColor green
|
||||
|
||||
# COMMAND PROMPT
|
||||
function prompt { Write-Host "`n➤ " -noNewline -foregroundColor yellow; return " " }
|
||||
|
Loading…
Reference in New Issue
Block a user