home-profile: restore old zsh settings name to work on stable

This commit is contained in:
Mateusz Słodkowicz 2024-03-23 15:21:05 +01:00
parent 78ee10572a
commit b9397c8fd4
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 2 additions and 2 deletions

View File

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