From 8780144026c59c2d32163e1057ddd3b3aaa3c3e2 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Tue, 4 Feb 2025 21:11:06 +0000 Subject: [PATCH] syntax highlighting --- nix/users/luca/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/users/luca/zsh.nix b/nix/users/luca/zsh.nix index 67975cc..5b552cf 100644 --- a/nix/users/luca/zsh.nix +++ b/nix/users/luca/zsh.nix @@ -3,6 +3,7 @@ enable = true; enableCompletion = true; autosuggestion.enable = true; + syntaxHighlighting.enable = true; history.size = 1000; envExtra = '' . "$HOME/.rokit/env"