Fix VTE warnings in tilix
This commit is contained in:
parent
165549600c
commit
1e19bef8ad
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ export NVM_DIR="$HOME/.nvm"
|
||||||
|
|
||||||
[ -d "$HOME/.nix-profile" ] && source "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
[ -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 $(thefuck --alias)
|
||||||
eval "$(fasd --init auto)"
|
eval "$(fasd --init auto)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue