Skip to content

Commit 60045d8

Browse files
authored
simplification
1 parent 9b64482 commit 60045d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vendor/psmodules/Cmder.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ function Get-GitStatusSetting {
196196

197197
# Check if git status display is disabled via config
198198
# Matches: cmder.status=false or cmder.psstatus=false (PowerShell-specific)
199-
# Anchored to match complete lines only to avoid false positives
200199
if ($gitConfig -match '(?m)^cmder\.(ps)?status=false$') {
201200
return $false
202201
}

0 commit comments

Comments
 (0)