From 9ebafb7229e77d2e847286f6cef1d412d079eac3 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 1 Jul 2024 11:13:29 +0200 Subject: [PATCH] feat(zsh.nix): adds some more old settings --- modules/home/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 95a733f..2658726 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -16,6 +16,8 @@ # KEYTIMEOUT = 1; 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 = {