Updated my-profile.ps1

This commit is contained in:
Markus Fleschutz 2024-05-15 14:51:53 +02:00
parent f1584f83f3
commit deca430aae

View File

@ -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 "Hi $USERNAME, what's up?" -foregroundColor green Write-Host "Welcome $USERNAME at $(hostname), what's up?" -foregroundColor green
# COMMAND PROMPT # COMMAND PROMPT
function prompt { Write-Host "`n" -noNewline -foregroundColor yellow; return " " } function prompt { Write-Host "`n" -noNewline -foregroundColor yellow; return " " }