diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-09 03:56:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-09 03:56:57 +0300 |
commit | 96cb14c8a31573329b257b0cadb60e6fee5b7547 (patch) | |
tree | f6ce84cd66dd237e45d5fe7f8a95960f16773273 | |
parent | ssh: Bercut key no longer authorized (diff) | |
download | linux-home-96cb14c8a31573329b257b0cadb60e6fee5b7547.tar.gz linux-home-96cb14c8a31573329b257b0cadb60e6fee5b7547.zip |
.bashrc: make Tilix quiet
-rw-r--r-- | %HOME%/.bashrc | 6 |
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 |