=improve prompt
This commit is contained in:
parent
c227fe4a0d
commit
c7ec1e8c5d
|
@ -34,7 +34,7 @@ $local:MyPowerLineSetup = [ordered]@{
|
||||||
Prompt = @(
|
Prompt = @(
|
||||||
{ Write-Host "" } # A spaced line without a ColorSeparator
|
{ Write-Host "" } # A spaced line without a ColorSeparator
|
||||||
{ New-PromptText -EBg VioletRed4 $MyInvocation.HistoryId }
|
{ New-PromptText -EBg VioletRed4 $MyInvocation.HistoryId }
|
||||||
{ Get-SegmentedPath -LengthLimit 30 }
|
{ Get-SegmentedPath -LengthLimit 37 }
|
||||||
{ Write-VcsStatus }
|
{ Write-VcsStatus }
|
||||||
|
|
||||||
# Right-align block
|
# Right-align block
|
||||||
|
|
Loading…
Reference in New Issue