summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-03-09 19:00:06 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-03-09 19:00:13 +0100
commitbfffee362f63cc4caf7bbe0c99c8e9b8042226e0 (patch)
tree41f9e94348552fbb491b4a553114e29381df6519 /01_Internal.zsh
parent9fd8b6c0d3c5df07a6439ab09c73b0137334ba53 (diff)
[Internals] Uses git-config power. ;)
Diffstat (limited to '01_Internal.zsh')
-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