mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Disable completion based prediction
This commit is contained in:
@@ -123,8 +123,8 @@ if [[ $- == *i* ]] ; then
|
|||||||
if test -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ; then
|
if test -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ; then
|
||||||
# Works well for solarized
|
# Works well for solarized
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10"
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10"
|
||||||
# Strategy
|
# Strategy -- note that 'completion' is slow AF
|
||||||
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
ZSH_AUTOSUGGEST_STRATEGY=(history)
|
||||||
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
fi
|
fi
|
||||||
fi # End interactive-only block
|
fi # End interactive-only block
|
||||||
|
|||||||
Reference in New Issue
Block a user