From 1e19bef8add3885554a5254bd21bd2e272f52a2c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 17 May 2018 09:36:39 +0100 Subject: [PATCH] Fix VTE warnings in tilix --- modules/shell/files/applications.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/shell/files/applications.sh b/modules/shell/files/applications.sh index 2b95afa..af021c8 100644 --- a/modules/shell/files/applications.sh +++ b/modules/shell/files/applications.sh @@ -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)"