home: zsh: enable VTE integration when appropriate
This commit is contained in:
parent
98a8e068ea
commit
e329e7a59a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue