From d13e0d4ac21cfe5dd2c7e6d959c3dba6e8024146 Mon Sep 17 00:00:00 2001 From: "Eric D. Rohler" Date: Thu, 24 Dec 2020 10:39:31 -0500 Subject: [PATCH] update bashrc --- bashrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bashrc b/bashrc index 9306e98..1a49c99 100644 --- a/bashrc +++ b/bashrc @@ -65,7 +65,3 @@ fi 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 -