From b6b2f0cf42db559d9f1da4aad4a3cde54a2c297f Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 28 Sep 2007 11:43:37 +0200 Subject: Added re-activation of automagic git-status checking on user-demand --- 01_Functions.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/01_Functions.zsh b/01_Functions.zsh index 66ed509..e1e7526 100644 --- a/01_Functions.zsh +++ b/01_Functions.zsh @@ -45,6 +45,7 @@ get_git_branch () get_git_status () { git-status + GITCHECK="yes" check_git_status } -- cgit v1.2.3