From: Antonio Ospite Date: Thu, 28 Mar 2019 22:04:58 +0000 (+0100) Subject: Disable the automatic gst-build prompt override, and update bash_prompt X-Git-Url: https://git.ao2.it/config/bash.git/commitdiff_plain/4f01d92982fa06c7b74f7e13d99c3e2792b1b543 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. --- 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"