Skip to content

Commit

Permalink
[zsh] new highlighting syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Jul 16, 2023
1 parent 1047b5e commit f3af9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
programs.zsh = {
enable = true;
enableCompletion = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
enableAutosuggestions = true;
history = {
share = true;
Expand Down

0 comments on commit f3af9f7

Please sign in to comment.