mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
Merge pull request #432 from Jackbennett/ps-revert-newline
Revert new line from commit dc834cc28f
This commit is contained in:
commit
69eb956d65
2
vendor/profile.ps1
vendored
2
vendor/profile.ps1
vendored
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user