From fba2feced6830148942e08c6332b97e6ed215506 Mon Sep 17 00:00:00 2001 From: "Eric D. Rohler" Date: Thu, 24 Dec 2020 10:33:42 -0500 Subject: [PATCH] update bashrc --- bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bashrc b/bashrc index 5130eb1..9306e98 100644 --- a/bashrc +++ b/bashrc @@ -64,3 +64,8 @@ fi ###-tns-completion-end-### export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" + +if [$TILIX_ID] || [$VTE_VERSION]; then + source /etc/profile.d/vte.sh +fi +