From a5706c6dd1debfa654f76ecd5c3e71b1933d7819 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 29 Jul 2024 10:49:52 +0200 Subject: [PATCH] feat(zsh): remove slow syntax highlighting --- shell/zsh.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shell/zsh.nix b/shell/zsh.nix index f451771..dbde560 100644 --- a/shell/zsh.nix +++ b/shell/zsh.nix @@ -13,10 +13,6 @@ in highlight = zsh_autosuggest_highlight_style; }; - syntaxHighlighting = { - enable = true; - }; - initExtra = '' function set_win_title(){ local TITLE=$(git config --get remote.origin.url || echo "$PWD")