Fix VTE error on terminix

This commit is contained in:
Jonny Barnes 2017-02-14 23:11:34 +00:00
parent 0f97a2acaa
commit b822957a80

5
zshrc
View file

@ -58,6 +58,11 @@ bindkey -v
# Source the untracked `extra` file
test -e $HOME/.extra && source $HOME/.extra
# Source VTE for Terminix
if [ $TERMINIX_ID ] || [ $VTE_VERSION ]; then
source /etc/profile.d/vte.sh
fi
# Determine the running OS
platform="unkown"
unamestr=$(uname -s)