Added tilix vte support to .zshrc

This commit is contained in:
Tracey Clark 2018-09-15 15:02:45 -05:00
commit 860a056564

View file

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