home: zsh: always enable VTE integration
This commit is contained in:
parent
70f5e46860
commit
c1c3146311
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue