Skip to content

Commit 0175b1d

Browse files
committed
disable vte activation
1 parent 388c7ad commit 0175b1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.zshrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ alias emacs="emacs -nw"
5151

5252
export REACT_APP_EDITOR=code
5353

54-
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then # for Tilix Terminal
55-
source /etc/profile.d/vte.sh
56-
fi
54+
#if [ $TILIX_ID ] || [ $VTE_VERSION ]; then # for Tilix Terminal
55+
# source /etc/profile.d/vte.sh
56+
#fi
5757

5858
# this is for my secret env variables. do not keep those in this file
5959
# since this is on Github

0 commit comments

Comments
 (0)