home: zsh: enable VTE integration when appropriate
This commit is contained in:
parent
4c154c7216
commit
eba01a0067
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue