From a88e630ad06d527a4f0210441ce1156bcea53d50 Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 15 Dec 2024 01:55:08 -0500 Subject: [PATCH] fix cursor invisible --- nix/home/yt/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home/yt/zsh/default.nix b/nix/home/yt/zsh/default.nix index 46424a5..3318ed1 100644 --- a/nix/home/yt/zsh/default.nix +++ b/nix/home/yt/zsh/default.nix @@ -9,7 +9,7 @@ }; syntaxHighlighting = { enable = true; - highlighters = [ "brackets" "cursor" ]; + highlighters = [ "brackets" ]; }; autocd = true; defaultKeymap = "emacs";