From bef71a8931a9a3a8f2839c7071a10cdeed52a8ea Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 31 Oct 2023 13:53:47 +0000 Subject: [PATCH] Configure a little --- states/zsh/files/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index b8a342b..2d92fd4 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -90,5 +90,8 @@ chpwd() { export GPG_TTY=$(tty) gpg-connect-agent updatestartuptty /bye >/dev/null +ZSH_AUTOSUGGEST_STRATEGY=(history completion) +ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=30 + source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -- 2.44.0