fix zsh highlight on laptop

This commit is contained in:
atagen 2023-06-22 16:38:02 +10:00
parent f9b2ae43fc
commit 6cd5093db4
2 changed files with 2 additions and 1 deletions

View file

@ -55,6 +55,7 @@
services.tlp.enable = true;
environment.sessionVariables = rec {
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=5";
EDITOR = "hx";
};