Fix zsh updated option

This commit is contained in:
Jacob Hinkle 2023-11-20 11:46:35 -05:00
parent 8aeb88c0a6
commit f003703ee3

View File

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