home: zsh: always enable VTE integration

This commit is contained in:
Bruno BELANYI 2023-02-12 16:43:55 +00:00
parent 70f5e46860
commit c1c3146311

View file

@ -84,11 +84,8 @@ in
reset-agent = "gpg-connect-agent updatestartuptty /bye"; reset-agent = "gpg-connect-agent updatestartuptty /bye";
}; };
# Enable VTE integration when using one of the affected shells # Enable VTE integration
enableVteIntegration = enableVteIntegration = true;
builtins.any (name: config.my.home.terminal.program == name) [
"termite"
];
}; };
# Fuzzy-wuzzy # Fuzzy-wuzzy