diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index 37ba2f2..4d3152c 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -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 }