zsh: update syntax highlighting option name

This commit is contained in:
Charlotte Van Petegem 2023-06-28 17:01:00 +02:00
parent 3d73d9e2ee
commit fc6acd1291
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -6,7 +6,7 @@ let
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
autocd = true;
dotDir = ".config/zsh";
history = {