Merge pull request #308 from SheGe/feature/psprompt

Lambda color in powershell was changed to DarkGray
This commit is contained in:
Martin Kemp 2015-01-21 23:41:00 +00:00
commit f78e24094b

3
vendor/profile.ps1 vendored
View File

@ -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