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 = {