From 9e32fcfd82dfd58b002ee05015b15d9b4e81dfc8 Mon Sep 17 00:00:00 2001 From: Icy-Thought Date: Thu, 8 Feb 2024 15:15:55 +0100 Subject: [PATCH] zsh: correct link for syntax-highlighting styles --- modules/programs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 2af248918..145d7f797 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -242,7 +242,7 @@ let example = { comment = "fg=black,bold"; }; description = '' Custom styles for syntax highlighting. - See each highlighter's options: + See each highlighter style option: ''; }; };