summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2007-09-26 16:30:53 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:18 +0100
commitb4a27775eb01896c1d2a8e958adffece07eabe5b (patch)
tree706947d9654abc724b24deb8e566f44ba7538287 /01_Functions.zsh
parentaba1f798c86b07247f2b725fdc5c0ee9e2a198be (diff)
Keybinding set to display real git-status.
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..."