Disable the automatic gst-build prompt override, and update bash_prompt
authorAntonio Ospite <ao2@ao2.it>
Thu, 28 Mar 2019 22:04:58 +0000 (23:04 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 28 Mar 2019 22:04:58 +0000 (23:04 +0100)
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
.bash/env

index b7917bf..f486140 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b7917bf7128c7bef363ba88c1f5fea22d02d6ae4
+Subproject commit f4861401a8eb4f2146482c89446e4c999b934758
index 2f179d1..1252969 100644 (file)
--- 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"