mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-13 11:19:10 +08:00
Merge pull request #308 from SheGe/feature/psprompt
Lambda color in powershell was changed to DarkGray
This commit is contained in:
commit
f78e24094b
3
vendor/profile.ps1
vendored
3
vendor/profile.ps1
vendored
@ -22,7 +22,8 @@ function global:prompt {
|
|||||||
Write-VcsStatus
|
Write-VcsStatus
|
||||||
}
|
}
|
||||||
$global:LASTEXITCODE = $realLASTEXITCODE
|
$global:LASTEXITCODE = $realLASTEXITCODE
|
||||||
return "`nλ "
|
Write-Host "`nλ" -NoNewLine -ForegroundColor "DarkGray"
|
||||||
|
return " "
|
||||||
}
|
}
|
||||||
|
|
||||||
# Load special features come from posh-git
|
# Load special features come from posh-git
|
||||||
|
Loading…
Reference in New Issue
Block a user