We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388c7ad commit 0175b1dCopy full SHA for 0175b1d
.zshrc
@@ -51,9 +51,9 @@ alias emacs="emacs -nw"
51
52
export REACT_APP_EDITOR=code
53
54
-if [ $TILIX_ID ] || [ $VTE_VERSION ]; then # for Tilix Terminal
55
- source /etc/profile.d/vte.sh
56
-fi
+#if [ $TILIX_ID ] || [ $VTE_VERSION ]; then # for Tilix Terminal
+# source /etc/profile.d/vte.sh
+#fi
57
58
# this is for my secret env variables. do not keep those in this file
59
# since this is on Github
0 commit comments