mirror of
https://github.com/cmderdev/cmder.git
synced 2025-07-16 20:49:54 +08:00
Merge branch 'master' into development
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() {
|
||||
local gitConfig
|
||||
|
||||
@ -92,4 +93,4 @@ then
|
||||
test ! -f "$c" ||
|
||||
. "$c"
|
||||
done
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user