aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/profile/profile.dot.link5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link
index d9a0570..5ef25df 100644
--- a/modules/profile/profile.dot.link
+++ b/modules/profile/profile.dot.link
@@ -26,8 +26,9 @@ export CDPATH=".:~:~/code:~/data:~/file:/var/www/data"
export EDITOR="vim -X"
# Basic git configuration
-export GIT_PS1_SHOWDIRTYSTATE="1"
-export GIT_PS1_SHOWSTASHSTATE="1"
+# See http://stackoverflow.com/questions/4192014/git-ps1-extremely-slow-in-kernel-tree
+export GIT_PS1_SHOWDIRTYSTATE=""
+export GIT_PS1_SHOWUNTRACKEDFILES=""
# Temporary folder
export TMPDIR="$HOME/temp/misc"