home-profile: update zsh setting

This commit is contained in:
Mateusz Słodkowicz 2023-07-03 21:51:01 +02:00
parent 3a3a43c4b7
commit be0e3ab303
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ in
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
enableVteIntegration = true;
historySubstringSearch.enable = true;
historySubstringSearch.searchUpKey = ";5A";