mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-25 16:04:29 +08:00
Merge pull request #432 from Jackbennett/ps-revert-newline
Revert new line from commit dc834cc28f
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user