Update my-profile.ps1

This commit is contained in:
Markus Fleschutz 2024-02-23 11:41:17 +01:00
parent 8b5cbd074f
commit c2ece8db12

View File

@ -5,7 +5,7 @@ if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME }
$host.ui.RawUI.WindowTitle = "$Username @ $(hostname)"
# COMMAND PROMPT
function prompt { write-host -noNewline -foregroundColor yellow "`n"; return " " }
function prompt { Write-Host -noNewline -foregroundColor yellow "`n "; return " " }
# ALIAS NAMES
del alias:pwd -force -errorAction SilentlyContinue