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