All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m14s
7 lines
203 B
Bash
7 lines
203 B
Bash
fpath+=( $ZDOTDIR/completions )
|
|
|
|
# Don't offer history completion; we have fzf, C-r, and
|
|
# zsh-history-substring-search for that.
|
|
ZSH_AUTOSUGGEST_STRATEGY=(completion)
|
|
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=30
|