From: Maximilian Friedersdorff Date: Tue, 31 Oct 2023 13:53:47 +0000 (+0000) Subject: Configure a little X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=bef71a8931a9a3a8f2839c7071a10cdeed52a8ea;p=max%2Fsaltfiles.git Configure a little --- 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