diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index ce0c20d..fd430f7 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -13,8 +13,7 @@ in { autosuggestion.enable = true; syntaxHighlighting = { enable = true; - highlighters = - [ "main" "brackets" "pattern" "cursor" "regexp" "root" "line" ]; + highlighters = [ "main" "brackets" "pattern" "regexp" "root" "line" ]; }; historySubstringSearch.enable = true;