Disable the automatic gst-build prompt override, and update bash_prompt
[config/bash.git] / .bash / env
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"