set zsh-autosuggestions options for performance boost
This commit is contained in:
parent
76ab91191d
commit
c1984ce695
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue