zsh: update syntax highlighting option name
This commit is contained in:
parent
3d73d9e2ee
commit
fc6acd1291
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let
|
|||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
autocd = true;
|
||||
dotDir = ".config/zsh";
|
||||
history = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue