mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-08-05 05:46:33 +05:30
feat(zsh): switch to fast-syntax-highlighting
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
save = 1000000;
|
save = 1000000;
|
||||||
path = "$HOME/.local/share/zsh/.zsh_history";
|
path = "$HOME/.local/share/zsh/.zsh_history";
|
||||||
};
|
};
|
||||||
syntaxHighlighting.enable = true;
|
fastSyntaxHighlighting.enable = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
initContent = ''
|
initContent = ''
|
||||||
${lib.getExe pkgs.fastfetch}
|
${lib.getExe pkgs.fastfetch}
|
||||||
|
|||||||
Reference in New Issue
Block a user