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 c6bfd6f commit 05552dcCopy full SHA for 05552dc
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