From c809e55cba0c7b061a208ad88b174c90dd31876d Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Tue, 17 Feb 2015 14:01:27 -0800 Subject: [PATCH] Faster PS1 for now until performance issues are figured out --- config/.bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/.bashrc b/config/.bashrc index c46eb80..c605c39 100755 --- a/config/.bashrc +++ b/config/.bashrc @@ -39,10 +39,10 @@ export JSLIB=~/js export TERMINFO=/usr/share/terminfo shopt -s checkwinsize -export GIT_PS1_SHOWDIRTYSTATE=42 -export GIT_PS1_SHOWSTASHSTATE=42 -export GIT_PS1_SHOWUNTRACKEDFILES=42 -export GIT_PS1_SHOWUPSTREAM="auto" +export GIT_PS1_SHOWDIRTYSTATE=0 +export GIT_PS1_SHOWSTASHSTATE=0 +export GIT_PS1_SHOWUNTRACKEDFILES=0 +export GIT_PS1_SHOWUPSTREAM=0 #export HARNESS_OPTIONS="j" #export HARNESS_TIMER=0