From 9e4adb1b46f4608bec314f9b68847c814f84f6f0 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 26 Mar 2025 11:20:54 -0400 Subject: [PATCH] re-disable autosuggestion NOTE FOR NEXT TIME: enabling this messes with fzf --- users/alice/home/zsh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/users/alice/home/zsh.nix b/users/alice/home/zsh.nix index 940b742..ecb3192 100644 --- a/users/alice/home/zsh.nix +++ b/users/alice/home/zsh.nix @@ -4,8 +4,6 @@ programs.zsh = { enable = true; - autosuggestion.enable = true; - enableCompletion = true; oh-my-zsh = { enable = true; plugins = [