aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--%HOME%/.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index 32d3be2..e410cd7 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -99,3 +99,9 @@ fi
os_is_cygwin \
|| command -v stty > /dev/null 2>&1 \
&& stty -ixon
+
+# Hopefully, this Tilix warning is really important:
+# https://gnunn1.github.io/tilix-web/manual/vteconfig/
+if [ "$TILIX_ID" ] || [ "$VTE_VERSION" ]; then
+ [ -r /etc/profile.d/vte.sh ] && source /etc/profile.d/vte.sh
+fi