Merge branch 'gentoo-sway' of git.darkou.fr:dbroqua/home into gentoo-sway

This commit is contained in:
dbroqua 2021-04-11 15:24:30 +02:00
commit ce0c17745c
1 changed files with 2 additions and 0 deletions

View File

@ -119,8 +119,10 @@ zstyle -s ':completion:*:hosts' hosts _ssh_config
zstyle ':completion:*:hosts' hosts $_ssh_config
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
if [ -f "/etc/profile.d/vte.sh" ]; then
source /etc/profile.d/vte.sh
fi
fi
# Load dircolors
test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors)