home: zsh: enable VTE integration when appropriate

This commit is contained in:
Bruno BELANYI 2021-04-07 17:15:03 +00:00
parent 4c154c7216
commit eba01a0067

View file

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