From 567179eeaa41e683e15c202caef506682859586a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 3 Jul 2023 07:22:30 +0200 Subject: [PATCH] Adjust config to follow zsh enableSyntaxHighlighting renaming --- home/programs/zsh.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/programs/zsh.nix b/home/programs/zsh.nix index 03f0af0..4e332e4 100644 --- a/home/programs/zsh.nix +++ b/home/programs/zsh.nix @@ -10,7 +10,6 @@ dotDir = ".config/zsh"; autocd = false; - enableSyntaxHighlighting = true; defaultKeymap = "viins"; @@ -30,6 +29,10 @@ path = "${config.xdg.dataHome}/zsh/zsh_history"; }; + syntaxHighlighting = { + enable = true; + }; + initExtra = builtins.readFile(../files/zshrc) + '' zstyle ':completion:*' cache-path ${config.xdg.cacheHome}/zsh-completion/