summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh1
1 files changed, 1 insertions, 0 deletions
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
}