Fix zsh syntax hightlighting setting

This commit is contained in:
Jacob Hinkle 2023-09-13 07:58:41 -04:00
parent 956165c4e3
commit bced09acc2

View File

@ -244,7 +244,8 @@
}; };
zsh = { zsh = {
enable = true; enable = true;
syntaxHighlighting.enable = true; #syntaxHighlighting.enable = true;
enableSyntaxHighlighting = true;
shellAliases = { shellAliases = {
lg = "lazygit"; lg = "lazygit";
vim = "nvim"; vim = "nvim";