From 78a32b56168d2ba8acede445456140fccd1fa2dd Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Mon, 25 Aug 2025 02:12:45 +0500 Subject: [PATCH] attempt at more predictable autosuggestions for shell commands --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2a06e1d..a118a0b 100644 --- a/.zshrc +++ b/.zshrc @@ -48,7 +48,7 @@ source "$HOME/.local/share/zinit/zinit.git/zinit.zsh" autoload -Uz _zinit (( ${+_comps} )) && _comps[zinit]=_zinit -ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd completion) +ZSH_AUTOSUGGEST_STRATEGY=(history completion) # Load a few important annexes, without Turbo # (this is currently required for annexes)