From c8193ea36803598e63d907c806c29771258d2095 Mon Sep 17 00:00:00 2001 From: Szymon Sito Date: Tue, 28 Oct 2014 21:25:25 +0100 Subject: [PATCH] Lambda color in powershell was changed to DarkGray --- vendor/profile.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index 0c5a7c3..45d88c2 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -22,7 +22,8 @@ function global:prompt { Write-VcsStatus } $global:LASTEXITCODE = $realLASTEXITCODE - return "`nλ " + Write-Host "`nλ" -NoNewLine -ForegroundColor "DarkGray" + return " " } # Load special features come from posh-git