Fixed bug for vte

This commit is contained in:
dbroqua 2021-04-02 10:02:13 +02:00
parent be05e3f611
commit 2704ecfda9
1 changed files with 2 additions and 0 deletions

View File

@ -119,7 +119,9 @@ zstyle -s ':completion:*:hosts' hosts _ssh_config
zstyle ':completion:*:hosts' hosts $_ssh_config zstyle ':completion:*:hosts' hosts $_ssh_config
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
if [ -f "/etc/profile.d/vte.sh" ]; then
source /etc/profile.d/vte.sh source /etc/profile.d/vte.sh
fi
fi fi
# Load dircolors # Load dircolors