]> git.alrj.org Git - zsh.d.git/commitdiff
Minor: cosmetic
authorAmand Tihon <amand.tihon@iba-group.com>
Tue, 2 Jun 2009 15:57:18 +0000 (17:57 +0200)
committerAmand Tihon <amand.tihon@iba-group.com>
Tue, 2 Jun 2009 15:57:18 +0000 (17:57 +0200)
S60_git

diff --git a/S60_git b/S60_git
index a1ae51c25c1e28636763ac87d3856cf174ec2360..9eb816b48017acdf0dff2d600b32d10540cd1e3e 100644 (file)
--- a/S60_git
+++ b/S60_git
@@ -1,11 +1,16 @@
 #! /usr/bin/zsh
 
+export __ZSH_GIT_BASEDIR=""
+export __ZSH_GIT_BRANCH=""
+export __ZSH_GIT_SUBDIR=""
+export __ZSH_GIT_STATE=""
+export __ZSH_GIT_VARS_INVALID=1
 
 git_parse() {
 
     psvar=()
-
     local git_dir ref base_dir sub_dir action branch
+
     git_dir=$(git rev-parse --git-dir 2> /dev/null) || return
 
     base_dir=${$(readlink -f "$git_dir/..")/$HOME/'~'}