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 810a04e..a8973e7 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -25,6 +25,7 @@ get_git_status ()
if [ "$GITCHECK" != "" ]
then
GITBRANCH=$(get_git_branch);
+ TEE=""
if [ "$GITBRANCH" != "" ]
then
preprint "Checking git status..."