aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-12-09 03:56:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-12-09 03:56:57 +0300
commit96cb14c8a31573329b257b0cadb60e6fee5b7547 (patch)
treef6ce84cd66dd237e45d5fe7f8a95960f16773273 /%HOME%
parentssh: Bercut key no longer authorized (diff)
downloadlinux-home-96cb14c8a31573329b257b0cadb60e6fee5b7547.tar.gz
linux-home-96cb14c8a31573329b257b0cadb60e6fee5b7547.zip
.bashrc: make Tilix quiet
Diffstat (limited to '')
-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