Adjust config to follow zsh enableSyntaxHighlighting renaming

This commit is contained in:
Daniel Siepmann 2023-07-03 07:22:30 +02:00
parent 8ddd36ce48
commit 567179eeaa
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -10,7 +10,6 @@
dotDir = ".config/zsh";
autocd = false;
enableSyntaxHighlighting = true;
defaultKeymap = "viins";
@ -30,6 +29,10 @@
path = "${config.xdg.dataHome}/zsh/zsh_history";
};
syntaxHighlighting = {
enable = true;
};
initExtra = builtins.readFile(../files/zshrc) + ''
zstyle ':completion:*' cache-path ${config.xdg.cacheHome}/zsh-completion/