Fix VTE warnings in tilix

This commit is contained in:
Jake Howard 2018-05-17 09:36:39 +01:00
parent 165549600c
commit 1e19bef8ad
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -4,6 +4,10 @@ export NVM_DIR="$HOME/.nvm"
[ -d "$HOME/.nix-profile" ] && source "$HOME/.nix-profile/etc/profile.d/nix.sh"
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
source /etc/profile.d/vte.sh
fi
eval $(thefuck --alias)
eval "$(fasd --init auto)"