From b4a27775eb01896c1d2a8e958adffece07eabe5b Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 26 Sep 2007 16:30:53 +0200 Subject: Keybinding set to display real git-status. --- 01_Functions.zsh | 1 + 1 file changed, 1 insertion(+) (limited to '01_Functions.zsh') 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..." -- cgit v1.2.3