Fix VTE error on terminix
This commit is contained in:
parent
0f97a2acaa
commit
b822957a80
1 changed files with 5 additions and 0 deletions
5
zshrc
5
zshrc
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue