fix syntax

This commit is contained in:
♥ Minnie ♥ 2023-12-23 05:40:18 +08:00
parent c0e206c0a1
commit 95359e61ee

View file

@ -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'