mirror of
https://github.com/cmderdev/cmder.git
synced 2025-07-17 04:59:09 +08:00
added a comment
This commit is contained in:
3
vendor/git-prompt.sh
vendored
3
vendor/git-prompt.sh
vendored
@ -1,3 +1,4 @@
|
|||||||
|
# Returns 1 if git status for Cmder is disabled, otherwise returns 0
|
||||||
function getGitStatusSetting() {
|
function getGitStatusSetting() {
|
||||||
local gitConfig
|
local gitConfig
|
||||||
|
|
||||||
@ -92,4 +93,4 @@ then
|
|||||||
test ! -f "$c" ||
|
test ! -f "$c" ||
|
||||||
. "$c"
|
. "$c"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user