From 503b539aa5fc4a0c38d442ea06135f59409f73fd Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Tue, 22 Oct 2024 00:15:17 +0200 Subject: [PATCH] feat: add completion strategy to zsh.autosuggestion --- home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/zsh.nix b/home/zsh.nix index 7de255e..d331712 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -13,6 +13,7 @@ autosuggestion = { enable = true; + strategy = [ "history" "completion" ]; }; history = {