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.
2 parents 623bd52 + 05552dc commit e52906aCopy full SHA for e52906a
1 file changed
vendor/git-prompt.sh
@@ -1,3 +1,4 @@
1
+# Returns 1 if git status for Cmder is disabled, otherwise returns 0
2
function getGitStatusSetting() {
3
local gitConfig
4
@@ -92,4 +93,4 @@ then
92
93
test ! -f "$c" ||
94
. "$c"
95
done
-fi
96
+fi
0 commit comments