From 60067f26044114d5687a2c86286b90e336e1a10c Mon Sep 17 00:00:00 2001
From: Chris <chris@codingallnight.com>
Date: Tue, 6 Dec 2016 14:54:00 -0800
Subject: [PATCH] Disabling the Git prompt in bashrc.local.example by default.

---
 bashrc.local.example | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/bashrc.local.example b/bashrc.local.example
index ab1dedb..4376734 100644
--- a/bashrc.local.example
+++ b/bashrc.local.example
@@ -1,4 +1,3 @@
-
 # Enable Git auto completion
 if [ -f ~/.git-completion.bash ]; then
     . ~/.git-completion.bash
@@ -6,12 +5,12 @@ fi
 
 # Enable Git prompt
 # This may cause slowdown in shared filesystems with slow IO
-if [ -f ~/.git-prompt.sh ]; then
-    GIT_PS1_SHOWDIRTYSTATE=yes
-    GIT_PS1_SHOWCOLORHINTS=yes
-    GIT_PS1_HIDE_IF_PWD_IGNORED=yes
-    source ~/.git-prompt.sh
-fi
+#if [ -f ~/.git-prompt.sh ]; then
+#    GIT_PS1_SHOWDIRTYSTATE=yes
+#    GIT_PS1_SHOWCOLORHINTS=yes
+#    GIT_PS1_HIDE_IF_PWD_IGNORED=yes
+#    source ~/.git-prompt.sh
+#fi
 
 PROMPT_COMMAND='__git_ps1 "${debian_chroot:+($debian_chroot)}\h:\[\033[38;5;25m\][\w]\[\033[00m\]" " \$ " " {%s}"'
 
-- 
GitLab