mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
Revert new line from commit dc834cc28f
This matches how cmd looks in conemu for cmder and PS seems to add some padding around command output so I really don't see what the extra new line is doing. Saving dat precious vertical space.
This commit is contained in:
parent
004761b32f
commit
dfa58acccc
2
vendor/profile.ps1
vendored
2
vendor/profile.ps1
vendored
@ -17,7 +17,7 @@ Pop-Location
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user