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"