From 96cb14c8a31573329b257b0cadb60e6fee5b7547 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 9 Dec 2020 03:56:57 +0300 Subject: .bashrc: make Tilix quiet --- %HOME%/.bashrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '%HOME%') 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 -- cgit v1.2.3