From c7ec1e8c5d452e70dd89ddc7359a828ce6ad1054 Mon Sep 17 00:00:00 2001 From: lksz Date: Tue, 19 Oct 2021 00:55:06 -0400 Subject: [PATCH] =improve prompt --- base/Setup-MyPowerLineTheme.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Setup-MyPowerLineTheme.ps1 b/base/Setup-MyPowerLineTheme.ps1 index 18b2f8d..0196273 100644 --- a/base/Setup-MyPowerLineTheme.ps1 +++ b/base/Setup-MyPowerLineTheme.ps1 @@ -34,7 +34,7 @@ $local:MyPowerLineSetup = [ordered]@{ Prompt = @( { Write-Host "" } # A spaced line without a ColorSeparator { New-PromptText -EBg VioletRed4 $MyInvocation.HistoryId } - { Get-SegmentedPath -LengthLimit 30 } + { Get-SegmentedPath -LengthLimit 37 } { Write-VcsStatus } # Right-align block