projects
/
config
/
bash.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update bash_prompt
[config/bash.git]
/
.bash
/
env
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"