summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-05-20 17:34:50 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-05-20 17:34:50 +0200
commit6d1332a1a3073d3f667af131a5ef57e585ce6547 (patch)
tree5ce87ebe40bbbb18951766c1e4420655bfc7ef5b /12_Prompts.zsh
parente0cb375ce1ce82223952e1cf00400d2cd9dc7b36 (diff)
Revert "[Git] Improves speed for NFS folders.."
This reverts commit e0cb375ce1ce82223952e1cf00400d2cd9dc7b36.
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))