From 4f01d92982fa06c7b74f7e13d99c3e2792b1b543 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Thu, 28 Mar 2019 23:04:58 +0100
Subject: [PATCH] Disable the automatic gst-build prompt override, and update
 bash_prompt

My custom prompt in bash_prompt now supports displaying the gst-build
branch in the prompt, so disable the automatic gst-build prompt
override.
---
 .bash/bash_prompt | 2 +-
 .bash/env         | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.bash/bash_prompt b/.bash/bash_prompt
index b7917bf..f486140 160000
--- a/.bash/bash_prompt
+++ b/.bash/bash_prompt
@@ -1 +1 @@
-Subproject commit b7917bf7128c7bef363ba88c1f5fea22d02d6ae4
+Subproject commit f4861401a8eb4f2146482c89446e4c999b934758
diff --git a/.bash/env b/.bash/env
index 2f179d1..1252969 100644
--- a/.bash/env
+++ b/.bash/env
@@ -40,3 +40,6 @@ then
   # info is broken with vimpager
   alias info="PAGER=/usr/bin/less info"
 fi
+
+# disable the automatic gst-build prompt override, it interferes with the custom prompt
+export GST_BUILD_DISABLE_PS1_OVERRIDE="TRUE"
-- 
2.1.4