We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b64482 commit 60045d8Copy full SHA for 60045d8
vendor/psmodules/Cmder.ps1
@@ -196,7 +196,6 @@ function Get-GitStatusSetting {
196
197
# Check if git status display is disabled via config
198
# Matches: cmder.status=false or cmder.psstatus=false (PowerShell-specific)
199
- # Anchored to match complete lines only to avoid false positives
200
if ($gitConfig -match '(?m)^cmder\.(ps)?status=false$') {
201
return $false
202
}
0 commit comments