X-Git-Url: https://git.ao2.it/config/bash.git/blobdiff_plain/ef18a3253cea6e279b2a5de23e9a1edef3bfa941..4f01d92982fa06c7b74f7e13d99c3e2792b1b543:/.bash/env 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"