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 +