]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Configure a little
authorMaximilian Friedersdorff <maximilian.friedersdorff@envsys.co.uk>
Tue, 31 Oct 2023 13:53:47 +0000 (13:53 +0000)
committerMaximilian Friedersdorff <maximilian.friedersdorff@envsys.co.uk>
Tue, 31 Oct 2023 13:53:47 +0000 (13:53 +0000)
states/zsh/files/zshrc

index b8a342b0249edcdd9bbfe4989f40c577f1abb5c3..2d92fd4c4dc8bb32b0fcfd5d281544fb319d65f4 100644 (file)
@@ -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