summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01_Internal.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index b8bec64..297f274 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -237,7 +237,7 @@ __get_git_status ()
{
local my_git_status cached changed managment_folder
- if [ ! -z "$DO_NOT_CHECK_GIT_STATUS" ]
+ if [ "$(git config --get zsh.check-status)" = "false" ]
then
return
fi