fix syntax
This commit is contained in:
parent
c0e206c0a1
commit
95359e61ee
|
@ -11,7 +11,9 @@
|
|||
# Enable extra features
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
syntaxHighlighting = {
|
||||
enable = true;
|
||||
};
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
# Commands that should be added to to top of '.zshrc'
|
||||
|
|
Loading…
Reference in a new issue