Lambda color in powershell was changed to DarkGray

This commit is contained in:
Szymon Sito 2014-10-28 21:25:25 +01:00
parent 25991ac6a1
commit c8193ea368

3
vendor/profile.ps1 vendored
View File

@ -22,7 +22,8 @@ function global:prompt {
Write-VcsStatus Write-VcsStatus
} }
$global:LASTEXITCODE = $realLASTEXITCODE $global:LASTEXITCODE = $realLASTEXITCODE
return "`nλ " Write-Host "`nλ" -NoNewLine -ForegroundColor "DarkGray"
return " "
} }
# Load special features come from posh-git # Load special features come from posh-git