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 '";