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 = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableSyntaxHighlighting = true;
|
syntaxHighlighting.enable = true;
|
||||||
autocd = true;
|
autocd = true;
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
history = {
|
history = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue