summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ef18a32)
My custom prompt in bash_prompt now supports displaying the gst-build
branch in the prompt, so disable the automatic gst-build prompt
override.
-Subproject commit b7917bf7128c7bef363ba88c1f5fea22d02d6ae4
+Subproject commit f4861401a8eb4f2146482c89446e4c999b934758
# info is broken with vimpager
alias info="PAGER=/usr/bin/less info"
fi
# 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"