From c2ece8db123763145965f72f71c5e5ee817d308f Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 23 Feb 2024 11:41:17 +0100 Subject: [PATCH] Update my-profile.ps1 --- scripts/my-profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/my-profile.ps1 b/scripts/my-profile.ps1 index 812355b7..f01ef16d 100755 --- a/scripts/my-profile.ps1 +++ b/scripts/my-profile.ps1 @@ -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