zsh colors

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-05 18:35:52 +02:00
parent ca57494834
commit 3349451235
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -137,6 +137,8 @@ toplevel@{ moduleWithSystem, ... }: {
dotDir = ".config/zsh";
defaultKeymap = "viins";
enableVteIntegration = true;
syntaxHighlighting.enable = true;
autosuggestion.enable = true;
history.expireDuplicatesFirst = true;
historySubstringSearch.enable = true;
};