From c0d1f847876953a00dd042a8f30538181cf627b0 Mon Sep 17 00:00:00 2001 From: joy Date: Fri, 4 Oct 2024 22:41:36 +0200 Subject: [PATCH] asldas --- modules/apps/home/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apps/home/zsh/default.nix b/modules/apps/home/zsh/default.nix index 5b37cb7..f567fd0 100644 --- a/modules/apps/home/zsh/default.nix +++ b/modules/apps/home/zsh/default.nix @@ -3,7 +3,7 @@ enable = true; syntaxHighlighting.enable = true; enableCompletion = true; - autosuggestion.enable = true; + # autosuggestion.enable = true; historySubstringSearch.enable = true; dotDir = ".config/zsh"; initExtra = "PROMPT='%F{green}%~%f '";