summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh1
1 files changed, 0 insertions, 1 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 3b94f03..f5ec34f 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -204,7 +204,6 @@ __vcsbranch ()
# get git status
#
- export GIT_DIR=$(git rev-parse --git-dir 2>&-)
GITBRANCH=$(__get_gcl_branch git)
GITBRANCHSIZE=${#GITBRANCH}
[ $GITBRANCHSIZE -gt 0 ] && GITBRANCHSIZE=$(($GITBRANCHSIZE))