set zsh-autosuggestions options for performance boost

This commit is contained in:
Rasmus Moorats 2022-07-24 22:08:28 +03:00
parent 76ab91191d
commit c1984ce695
Signed by: xx
GPG key ID: FE14255A6AE7241C

View file

@ -20,4 +20,7 @@ for file in "${PATHS[@]}"; do
[ -f "$file" ] && source "$file"
done
ZSH_AUTOSUGGEST_MANUAL_REBIND=1 # performance boost
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=64
unset PATHS