projects
/
config
/
bash.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef18a32
)
Disable the automatic gst-build prompt override, and update bash_prompt
author
Antonio Ospite <ao2@ao2.it>
Thu, 28 Mar 2019 22:04:58 +0000
(23:04 +0100)
committer
Antonio 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
patch
|
blob
|
history
.bash/env
patch
|
blob
|
history
diff --git
a/.bash/bash_prompt
b/.bash/bash_prompt
index
b7917bf
..
f486140
160000
(submodule)
--- 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
(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"