Merge pull request #432 from Jackbennett/ps-revert-newline

Revert new line from commit dc834cc28f
This commit is contained in:
Martin Kemp 2015-03-18 21:14:39 +00:00
commit 69eb956d65

2
vendor/profile.ps1 vendored
View File

@ -9,7 +9,7 @@ if( -not $env:PSModulePath.Contains($CmderModulePath) ){
function global:prompt {
$realLASTEXITCODE = $LASTEXITCODE
$Host.UI.RawUI.ForegroundColor = "White"
Write-Host("`n" + $pwd.ProviderPath) -NoNewLine -ForegroundColor Green
Write-Host $pwd.ProviderPath -NoNewLine -ForegroundColor Green
if (Get-Module posh-git) {
Write-VcsStatus
}