From e34c2cbb7fafed1fe23682b8334e548e0208bf45 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 1 Jul 2024 11:18:59 +0200 Subject: [PATCH] fix(zsh.nix): apparently suggesting the autocomplete strategy doesn't work on Nix :p --- modules/home/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 2658726..71b61a0 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -17,7 +17,6 @@ LANG = "en_US.UTF-8"; ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=#808080"; ZSH_AUTOSUGGEST_USE_ASYNC = 1; - ZSH_AUTOSUGGEST_STRATEGY = "(match_prev_cmd history completion)"; }; shellAliases = {