From 60045d8c4fb261528301d555d78c3eb2c1a92074 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sat, 8 Nov 2025 23:52:45 +0330 Subject: [PATCH] simplification --- vendor/psmodules/Cmder.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor/psmodules/Cmder.ps1 b/vendor/psmodules/Cmder.ps1 index 8d7790a..aff6425 100644 --- a/vendor/psmodules/Cmder.ps1 +++ b/vendor/psmodules/Cmder.ps1 @@ -196,7 +196,6 @@ function Get-GitStatusSetting { # Check if git status display is disabled via config # Matches: cmder.status=false or cmder.psstatus=false (PowerShell-specific) - # Anchored to match complete lines only to avoid false positives if ($gitConfig -match '(?m)^cmder\.(ps)?status=false$') { return $false }