diff --git a/home_zsh/.zshrc b/home_zsh/.zshrc index 2742d3d..84f7e36 100644 --- a/home_zsh/.zshrc +++ b/home_zsh/.zshrc @@ -17,6 +17,11 @@ else print "404: ~/.zsh/zshalias not found." fi +# For tilix vte support +if [ $TILIX_ID ] || [ $VTE_VERSION ]; then + source /etc/profile.d/vte.sh +fi + # Necessary for loading custom prezto theme autoload -Uz promptinit promptinit