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
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@ in
# Sometime `gpg-agent` errors out...
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