home-profile: update zsh setting

This commit is contained in:
2023-07-03 21:51:01 +02:00
parent 3a3a43c4b7
commit be0e3ab303
+1 -1
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";